[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / e / a / NGNetworking / 0.3.0 / NGNetworking.podspec.json
blobb0f7aa40fc53a9a57392aa132043b0b97c6f3de9
2   "name": "NGNetworking",
3   "version": "0.3.0",
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.0"
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   }