blob: 9ee636366a2323ea2e04212efefe622c75485e81 [file] [log] [blame]
{
"name": "CKit",
"version": "0.0.1",
"summary": "快速开发组件",
"homepage": "https://github.com/chenjiangui/CCKit",
"license": "MIT",
"authors": {
"cjg": "674149625@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chenjiangui/CCKit.git",
"tag": "0.0.1"
},
"source_files": "Sources/CCKit/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"AssetsLibrary",
"CoreLocation",
"Photos"
],
"libraries": "z",
"dependencies": {
"CCRequestTool": [
],
"SDAutoLayout": [
],
"MJRefresh": [
],
"MJExtension": [
],
"SSZipArchive": [
]
}
}