blob: 1f5dc3ca21745c9ece46442a25c843230a050c17 [file] [log] [blame]
{
"name": "JDragonSoap",
"version": "0.0.5",
"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.5"
},
"source_files": "JDragonSoap/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"Reachability": [
"~> 3.2"
],
"SVProgressHUD": [
"~> 1.1.3"
]
}
}