[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / c / e / a / NGNetworking / 0.3.2 / NGNetworking.podspec.json
blob46a1802e5455767b562418e989a264436ac65e15
2   "name": "NGNetworking",
3   "version": "0.3.2",
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.2"
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": [
28     ]
29   }