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