[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / b / PXHttpHelper / 1.6.0 / PXHttpHelper.podspec.json
blob5db71d9704b44f7c1abc96b882205003a604f398
2   "name": "PXHttpHelper",
3   "version": "1.6.0",
4   "summary": "带缓存的网络请求",
5   "homepage": "http://github.com/DemonArrow/PXHttpHelper.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "DemonArrow": "qipengxiang1990@163.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/DemonArrow/PXHttpHelper.git",
18     "tag": "1.6.0"
19   },
20   "source_files": "PXNetHelper/*.{h,m}",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 3.2.0"
24     ]
25   },
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "PXConvert",
30       "source_files": "PXNetHelper/PXConvert/*.{h,m}"
31     }
32   ]