blob: 2253ec56909f4ab0567714846df92a278bf6c47c [file] [log] [blame]
{
"name": "JDragonSoap",
"version": "0.0.4",
"summary": "一个极其简单的网络请求",
"description": "基于AFNetWorking开发的网络请求",
"homepage": "https://github.com/lyc59621/JDragonSoap",
"license": "MIT",
"authors": {
"姜锦龙": "lyc59621@icloud.com"
},
"social_media_url": "https://twitter.com/lyc59621",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lyc59621/JDragonSoap.git",
"tag": "0.0.4"
},
"source_files": "JDragonSoap/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"Reachability": [
"~> 3.2"
],
"SVProgressHUD": [
"~> 1.1.3"
]
}
}