blob: 46a1802e5455767b562418e989a264436ac65e15 [file] [log] [blame]
{
"name": "NGNetworking",
"version": "0.3.2",
"summary": "A DIY network lib by AFNetworking.",
"description": "A DIY network lib by AFNetworking !!!",
"homepage": "https://github.com/naijoug/NGNetworking",
"license": "MIT",
"authors": {
"naijoug": "naijoug@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/naijoug/NGNetworking.git",
"tag": "0.3.2"
},
"public_header_files": "NGNetworking/**/*.h",
"source_files": "NGNetworking/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"NGModel": [
]
}
}