blob: 832786f349a8e1174354e43c3f04a82775c63e7b [file] [log] [blame]
{
"name": "CommonAFNUtil",
"version": "0.0.1",
"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.1"
},
"source_files": "CommonAFNUtil/**/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"MBProgressHUD": [
"~> 0.9.1"
]
}
}