blob: 507fd82c0027f5f8305c8576f1ddff0e8e89b65f [file] [log] [blame]
{
"name": "NGNetworking",
"version": "0.3.1",
"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.1"
},
"public_header_files": "NGNetworking/**/*.h",
"source_files": "NGNetworking/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"NGModel": [
"~> 0.0.2"
]
}
}