[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 2 / YHNetwork / 1.0.0 / YHNetwork.podspec.json
blob4386cc4b8d2a59eb059d9e541eb702582feef253
2   "name": "YHNetwork",
3   "version": "1.0.0",
4   "summary": "YHNetwork 网络请求库.",
5   "description": "YHNetwork是本公司自己的网络请求库,根据需要封装的.",
6   "homepage": "https://github.com/lewis180777/YHNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lewis180777": "491099116@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/lewis180777/YHNetwork.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "YHNetwork/**/*",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ]
27   }