blob: a76e64cf3f7f630cbd33f82b8d07a5373a9ad3db [file] [log] [blame]
{
"name": "CJNetwork",
"version": "0.3.0",
"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.3.0"
},
"source_files": "CJNetwork/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJRequestUtil",
"source_files": "CJNetwork/CJRequestUtil/**/*.{h,m}"
},
{
"name": "AFNetworkingUploadComponent",
"source_files": "CJNetwork/AFNetworkingUploadComponent/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
]
}
},
{
"name": "CJCacheManager",
"source_files": "CJCacheManager/**/*.{h,m}"
},
{
"name": "AFNetworkingBaseComponent",
"source_files": "CJNetwork/AFNetworkingBaseComponent/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"CJNetwork/CJCacheManager": [
]
}
}
]
}