Skip to content

leacode/LCYCoreDataHelper

Repository files navigation

LCYCoreDataHelper

A pure swift light weight core data framework

Swift 4 compatible MIT license

纯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.

如有疑问请邮件我: lichunyu@vip.qq.com
My email address: lichunyu@vip.qq.com

Carthage compatible

Requirements

  • iOS 8.0+

Installing LCYCoreDataHelper

CocoaPods

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

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.

License

LCYCoreDataHelper is released under the MIT License.

About

A pure swift light weight core data framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages