blob: 77f651b4c18fbcb11005ae9125877b42db3bb51f [file] [log] [blame]
{
"name": "CommonAFNUtil",
"version": "0.0.3",
"summary": "easier to use AFN.",
"homepage": "https://github.com/dvlproad/CommonAFNUtil",
"license": "MIT",
"authors": {
"dvlproad": "913168921@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/dvlproad/CommonAFNUtil.git",
"tag": "0.0.3"
},
"source_files": "CommonAFNUtil/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"MBProgressHUD": [
"~> 0.9.1"
],
"SVProgressHUD": [
"~> 1.1.3"
],
"CommonDataCacheManager": [
"~> 0.0.2"
]
},
"subspecs": [
{
"name": "ServiceHelp",
"source_files": "ServiceHelp/**/*.{h,m}"
}
]
}