blob: 82ee59af2a35b741f083ab6cfb8c4dce5bfb4723 [file] [log] [blame]
{
"name": "NGNetworking",
"version": "0.1.1",
"summary": "A DIY network lib .",
"description": "A DIY network lib !!!",
"homepage": "https://github.com/naijoug/NGNetworking",
"license": "MIT",
"authors": {
"naijoug": "naijoug@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/naijoug/NGNetworking.git",
"tag": "0.1.1"
},
"public_header_files": "NGNetworking/*.h",
"source_files": "NGNetworking/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0.0"
],
"YYModel": [
"~> 1.0.4"
]
}
}