[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / e / a / NGNetworking / 0.3.1 / NGNetworking.podspec.json
blob507fd82c0027f5f8305c8576f1ddff0e8e89b65f
2   "name": "NGNetworking",
3   "version": "0.3.1",
4   "summary": "A DIY network lib by AFNetworking.",
5   "description": "A DIY network lib by AFNetworking !!!",
6   "homepage": "https://github.com/naijoug/NGNetworking",
7   "license": "MIT",
8   "authors": {
9     "naijoug": "naijoug@126.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/naijoug/NGNetworking.git",
16     "tag": "0.3.1"
17   },
18   "public_header_files": "NGNetworking/**/*.h",
19   "source_files": "NGNetworking/**/*.{h,m}",
20   "frameworks": "Foundation",
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ],
26     "NGModel": [
27       "~> 0.0.2"
28     ]
29   }