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