JCToolKit
示例
要运行示例项目,首先克隆仓库,并在 Example 目录中运行 pod install
。
需求
使用 CocoaPods 安装
JCToolKit 可通过 CocoaPods 获取。要安装它,只需将以下行添加到您的 Podfile 中
pod "JCToolKit"
使用 Carthage 安装
为了将 JCToolKit 整合到您的 Xcode 项目中,请在 Cartfile
中指定它。因为 JCToolKit 依赖于 AFNetworking, YYCache, YYModel 和 SAMKeychain,所以您必须在您的 Cartfile
中添加此内容:
github "AFNetworking/AFNetworking"
github "ibireme/YYCache"
github "ibireme/YYModel"
github "soffes/SAMKeychain"
github "SerilesJam/JCToolKit"
运行 carthage
命令以构建框架,然后将构建的 JCToolKit.framework
拖入您的 Xcode 项目中。
作者
贾 Progressive, [email protected]
许可
JCToolKit 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。
JCToolKit
JCToolKit 用于快速开发工具。