blob: c1bd02864e1d60a8f3c3e70189dea3a8b8cf9a0f [file] [log] [blame]
{
"name": "HYNetworking",
"version": "0.7",
"summary": "HYNetworking",
"description": "Network Framework Use AFNetworking For HuangYe Team.",
"homepage": "https://github.com/fangyuxi/HYNetworking",
"license": "MIT",
"authors": {
"fangyuxi": "xcoder.fang@gmail.com"
},
"source": {
"git": "https://github.com/fangyuxi/HYNetworking.git",
"tag": "0.7"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"HYDBCache": [
]
}
}