blob: 86ce29cf53a9011aa6097af7faab15d44c7b2078 [file] [log] [blame]
{
"name": "CJNetwork",
"version": "0.0.6",
"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": "AFHTTPSessionManager+CJCategory_0.0.6"
},
"source_files": "CJNetwork/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"SVProgressHUD": [
"~> 1.1.3"
]
},
"subspecs": [
{
"name": "AFHTTPSessionManager+CJCacheRequest",
"source_files": "CJNetwork/AFHTTPSessionManager+CJCacheRequest/**/*.{h,m}",
"subspecs": [
{
"name": "CJNetworkMonitor",
"source_files": "CJNetwork/CJNetworkMonitor/**/*.{h,m}"
},
{
"name": "CJCacheManager",
"source_files": "CJCacheManager/**/*.{h,m}"
}
]
},
{
"name": "AFHTTPSessionManager+CJCheckVersion",
"source_files": "CJNetwork/AFHTTPSessionManager+CJCheckVersion/**/*.{h,m}"
},
{
"name": "AFHTTPSessionManager+CJUploadFile",
"source_files": "CJNetwork/AFHTTPSessionManager+CJUploadFile/**/*.{h,m}"
},
{
"name": "URLRequestUtil",
"source_files": "CJNetwork/URLRequestUtil/**/*.{h,m}"
}
]
}