TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2018 |
Maintained by Derek, Jacky Chan, Derek Cheung.
Depends on: | |
AFNetworking | ~> 3.1.0 |
JSONModel | ~> 1.5.1 |
CocoaLumberjack | ~> 3.0.0 |
MagicalRecord | ~> 2.3.2 |
PureLayout | ~> 3.0.2 |
SDWebImage | ~> 4.0 |
libextobjc/EXTScope | ~> 0.4.1 |
To run the example project, clone the repo, and run pod install
from the Example directory first.
StakkKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "StakkKit"
After installing the pod, please add StakkKit.xcdatamodeld
into your project, you may rename StakkKit.xcdatamodeld
to any name you like:
Setup StakkKit within - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions;
+ (void)setupStakkKitWithLoggingLevel:(SFLogLevel)logLevel databaseStoreName:(NSString *)storeName;
Derek, derek@stakkfactory.com
StakkKit is available under the MIT license. See the LICENSE file for more info.