LCYCoreDataHelper 5.1.1

LCYCoreDataHelper 5.1.1

Leacode 维护。



  • 作者:Leacode
  • Leacode

LCYCoreDataHelper

一个纯 Swift 轻量级 Core Data 框架

Swift 4 compatible MIT license

这是纯 Swift 的 Core Data 框架,example 包含 demo,架构正在完善中,欢迎使用和提供意见以帮助完善。
这是一个纯 Swift 的 Core Data 框架。它正在开发中并不断改进。使用方式见 example 项目。欢迎提出建议或提供帮助。

如有疑问,请通过以下邮件地址联系我: [email protected]
我的邮箱地址: [email protected]

Carthage compatible

要求

  • iOS 8.0+

安装 LCYCoreDataHelper

CocoaPods

CocoaPods 是 Cocoa 项目的依赖管理器。您可以使用以下命令安装它:

$ gem install cocoapods

Earth 通过 CocoaPods 提供支持。要安装它,只需将以下行添加到您的 Podfile 中:

use_frameworks!

target '<Your Target Name>' do
pod 'LCYCoreDataHelper', '~> 5.1'
end

然后,运行以下命令:

$ pod install

Carthage

Carthage 是一种去中心化的依赖项管理器,可以为您构建依赖项并提供二进制框架。

您可以使用以下命令通过 Homebrew 安装 Carthage

$ brew update
$ brew install carthage

要使用 Carthage 将 Alamofire 集成到您的 Xcode 项目中,请在您的 Cartfile 中指定它

github "leacode/LCYCoreDataHelper" ~> 5.1

运行 carthage update 以构建框架,并将构建的 LCYCoreDataHelper.framework 拖入您的 Xcode 项目中。

许可证

LCYCoreDataHelper 根据 MIT 许可证 发布。