blob: dfac556f1b4a212dfc2b673bb5af72b22a2176c0 [file] [log] [blame]
{
"name": "QDKit",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "包含总线管理、router、单例管理、网络下载的小工具箱",
"homepage": "https://github.com/droison/iOSCSKit",
"authors": {
"droison": "chaisong.cn@gmail.com"
},
"source": {
"git": "https://github.com/droison/iOSCSKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"CSYYCache": [
"~> 11.0.1"
]
},
"source_files": [
"QDKit/*.h",
"QDKit/Download/*.{h,m}",
"QDKit/Bus/*.{h,m}",
"QDKit/ServiceCenter/*.{h,m}",
"QDKit/Router/*.{h,m}"
]
}