blob: 90cddd3c29502534e7a4d2f5c6e2ac2f2ae685e9 [file] [log] [blame]
{
"name": "JDNetWorkManager",
"version": "0.0.1",
"summary": "iOS JDNetWork网络库 管理",
"description": "iOS JDNetWork 优化封装",
"homepage": "https://github.com/lyc59621/JDNetWorkManager",
"license": "MIT",
"authors": {
"JDragon": "lyc59621@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lyc59621/JDNetWorkManager.git",
"tag": "0.0.1"
},
"source_files": "JDNetWorkManager/*.{h,m}",
"requires_arc": true,
"dependencies": {
"JDragonNetWork": [
"~> 0.0.5"
]
}
}