blob: 29b5f91293a5ac5546b42577d9cb46a2afa55638 [file] [log] [blame]
{
"name": "HYNetworking",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
]
}
}