A pure swift light weight core data framework
纯swift的coredata框架,example里有demo,框架正在完善中,欢迎使用和提供建议以及帮助完善。
This is a pure swift coredata framework. It is developing and improving. The way to use is in the example project. Welcome to give sugestions or help.
如有疑问请邮件我: [email protected]
My email address: [email protected]
- iOS 8.0+
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
Earth is available through CocoaPods. To install it, simply add the following line to your Podfile:
use_frameworks!
target '<Your Target Name>' do
pod 'LCYCoreDataHelper', '~> 5.1'
end
Then, run the following command:
$ pod install
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage with Homebrew using the following command:
$ brew update
$ brew install carthage
To integrate Alamofire into your Xcode project using Carthage, specify it in your Cartfile
:
github "leacode/LCYCoreDataHelper" ~> 5.1
Run carthage update
to build the framework and drag the built LCYCoreDataHelper.framework
into your Xcode project.
LCYCoreDataHelper is released under the MIT License.