blob: 205de7e6f320bf623184f935553be0d437374dfe [file] [log] [blame]
{
"name": "JDragonSoap",
"version": "0.0.3",
"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.3"
},
"source_files": "JDragonSoap/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0.0-beta.1"
],
"Reachability": [
"~> 3.2"
],
"SVProgressHUD": [
"~> 1.1.3"
]
}
}