blob: ad5d61d09ac1ad290ea036f74c1977ef53bf0968 [file] [log] [blame]
{
"name": "CJNetwork",
"version": "0.0.1",
"summary": "一个AFNetworking应用的封装",
"homepage": "https://github.com/dvlproad/CJNetwork",
"license": "MIT",
"authors": {
"dvlproad": "studyroad@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dvlproad/CJNetwork.git",
"tag": "CJNetwork_0.0.1"
},
"source_files": "CJNetwork/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"SVProgressHUD": [
"~> 1.1.3"
]
},
"subspecs": [
{
"name": "CJNetworkHelper",
"source_files": "CJNetworkHelper/**/*.{h,m}"
},
{
"name": "CJCacheManager",
"source_files": "CJCacheManager/**/*.{h,m}"
}
]
}