blob: 288c6370fb35ab0e8f6ab9d1520a5341fe1c6aa4 [file] [log] [blame]
{
"name": "DCTNetWorkingAndData",
"version": "1.0.14",
"summary": "A short description of DCTNetWorkingAndData.",
"description": "网络请求和数据存储",
"homepage": "https://gitee.com/annchilde/DCTNetWorkingAndData.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"annchilde": "181981308@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/annchilde/DCTNetWorkingAndData.git",
"tag": "1.0.14"
},
"source_files": "DCTNetWorkingAndData/DCTNetWorkingAndData/Classes/*.{h,m}",
"requires_arc": true,
"exclude_files": "DCTNetWorkingAndData/DCTNetWorkingAndData/mrc/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
],
"SVProgressHUD": [
],
"MBProgressHUD": [
"~> 1.0.0"
]
},
"subspecs": [
{
"name": "no-arc",
"source_files": "DCTNetWorkingAndData/DCTNetWorkingAndData/mrc/*.{h,m}",
"requires_arc": false
}
]
}