blob: 63482ee0a9db33857538b84eacdbd53bf4d5da18 [file] [log] [blame]
{
"name": "HYNetworking",
"version": "0.5.0",
"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.4.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"HYCache": [
]
}
}