CCKit 0.3.3× 测试已测试✗ 语言语言 Obj-CObjective C许可 MIT 发布上次发布2016 年 8 月由 邓晟文 维护。安装指南×CCKit 的安装指南您想将以下类似的代码添加到 Podfile 中:pod 'CCKit', '~> 0.3'target 'MyApp' do pod 'CCKit', '~> 0.3' end然后在终端或从 CocoaPods.app 中运行 pod install或者为了测试,运行以下命令pod try CCKit查看 PodspecGitHub 仓库首页CocoaPods.org 页面CCKit 0.3.3作者:邓晟文DingSoung/CCKitGitHub 仓库 详细内容 包括内容 CCExtension CCNetWork CCPDFImage WJLocalization WJHexColor 用法 方法 1:下载并添加 CCKit 库到项目中,添加 -Swift.h 方法 2:使用 cocoaPod # Podfile platform :ios, '8.0' use_frameworks! target 'DEMO' do pod 'CCKit' end // Swift import CCKit // Objective-C #import <CCKit/CCKit-Swift.h>