blob: 53b04bfd2e7945b13e345c511afb96fa6d8f8ced [file] [log] [blame]
{
"name": "CommonAFNUtil",
"version": "1.0.0",
"summary": "一个AFNetworking应用的封装",
"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": "1.0.0"
},
"source_files": "CommonAFNUtil/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
],
"SVProgressHUD": [
"~> 1.1.3"
],
"CommonDataCacheManager": [
"~> 0.0.2"
]
},
"subspecs": [
{
"name": "AFNUtil",
"source_files": "CommonAFNUtil/AFNUtil/*.{h,m}"
},
{
"name": "ServiceHelp",
"source_files": "ServiceHelp/**/*.{h,m}"
}
]
}