Available thru | Cocoapods |
---|---|
Latest | 0.1.0 |
Homepage | https://github.com/autobots-io/CoreStack |
License | MIT |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
CoreStack is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "CoreStack"
Author
Autobots.io, [email protected]
License
CoreStack is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "CoreStack", "version": "0.1.0", "summary": "CoreStack is a simple CoreData stack implementation.", "homepage": "https://github.com/autobots-io/CoreStack", "license": "MIT", "authors": { "Autobots.io": "[email protected]" }, "source": { "git": "https://github.com/autobots-io/CoreStack.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "CoreStack": [ "Pod/Assets/*.png" ] } }