Installation - JohnEstropia/CoreStore GitHub Wiki
- Requires:
- iOS 8 SDK and above
- Swift 1.2
- Dependencies:
Install with Cocoapods
pod 'CoreStore'
This installs CoreStore as a framework. Declare import CoreStore
in your swift file to use the library.
Install with Carthage
github "JohnEstropia/CoreStore" >= 0.2.0
Install as Git Submodule
git submodule add https://github.com/JohnEstropia/CoreStore.git <destination directory>
Drag and drop CoreStore.xcodeproj to your project.
To install as a framework:
Drag and drop CoreStore.xcodeproj to your project.
To include directly in your app module:
Add all .swift files to your project.