[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / e / a / NGNetworking / 0.1.1 / NGNetworking.podspec.json
blob82ee59af2a35b741f083ab6cfb8c4dce5bfb4723
2   "name": "NGNetworking",
3   "version": "0.1.1",
4   "summary": "A DIY network lib .",
5   "description": "A DIY network lib !!!",
6   "homepage": "https://github.com/naijoug/NGNetworking",
7   "license": "MIT",
8   "authors": {
9     "naijoug": "naijoug@126.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/naijoug/NGNetworking.git",
16     "tag": "0.1.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.0.0"
25     ],
26     "YYModel": [
27       "~> 1.0.4"
28     ]
29   }