blob: 08135db8075f420fd73bace7aef0fd0c0382f798 [file] [log] [blame]
{
"name": "QYNetWork",
"version": "1.0",
"summary": "对AFNetWorking进行二次封装",
"homepage": "https://github.com/505god/QYNetWork",
"license": "MIT",
"authors": {
"qcx": "18915410342@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/505god/QYNetWork.git",
"tag": "1.0"
},
"source_files": "QYNetWork/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"RealReachability": [
"~> 1.1.8"
]
},
"requires_arc": true
}