[Add] TencentCloudCustomer 2.4.0
[CocoaPods.git] / Specs / 6 / 5 / f / WWNetworkHelper / 0.0.1 / WWNetworkHelper.podspec.json
bloba1a0d4bf03c8c668a7a8a89c2f3bb041a9fdfb46
2   "name": "WWNetworkHelper",
3   "version": "0.0.1",
4   "summary": "网络请求库.",
5   "description": "基于AFNetworking的第三层网络请求",
6   "homepage": "https://github.com/wang542413041/WWNetworkHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wang542413041": "542413041@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/wang542413041/WWNetworkHelper.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "WWNetworkHelper",
23     "WWNetworkHandler/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "AFNetworking": [
29     ],
30     "YYCache": [
32     ]
33   }