-
-
Notifications
You must be signed in to change notification settings - Fork 255
Installation
John Estropia edited this page Jul 18, 2015
·
3 revisions
- Requires:
- iOS 8 SDK and above
- Swift 1.2
- Dependencies:
pod 'CoreStore'
This installs CoreStore as a framework. Declare import CoreStore
in your swift file to use the library.
github "JohnEstropia/CoreStore" >= 0.2.0
git submodule add https://github.com/JohnEstropia/CoreStore.git <destination directory>
Drag and drop CoreStore.xcodeproj to your project.
Drag and drop CoreStore.xcodeproj to your project.
Add all .swift files to your project.