blob: 784e613b85765477ee8e963b0bfa8accf9552439 [file] [log] [blame]
{
"name": "NGNetworking",
"version": "0.1.0",
"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.0"
},
"public_header_files": "NGNetworking/*.h",
"source_files": "NGNetworking/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0.0"
],
"YYModel": [
"~> 1.0.4"
]
}
}