MJCocoaCore
安装
要使用 Cocoapods 安装 MJCocoaCore 库,只需在 podfile 中粘贴以下行
pod 'MJCocoaCore'
可用 Subspecs
- MJCocoaCore/Future
- MJCocoaCore/Common
- MJCocoaCore/Realm
请注意,默认的 pod MJCocoaCore
不包含 Realm 子 pod,需要显式指定
pod 'MJCocoaCore'
pod 'MJCocoaCore/Realm'
示例项目
要运行示例项目,请克隆仓库,然后首先在 Example 目录中运行 pod install
作者
Mobile Jazz, [email protected]
许可
MJCocoaCore 可在 Apache 2 许可下获取。更多信息请参阅 LICENSE 文件。