[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / f / XKHttpNetworkHelper / 0.1.0 / XKHttpNetworkHelper.podspec.json
blob8dc160ffbda50979151ee586148d40d28e3182aa
2   "name": "XKHttpNetworkHelper",
3   "version": "0.1.0",
4   "summary": "基于AFNetworking的二次封装网络框架",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ryanMans/XKHttpNetworkHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RyanMans": "1696186412@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/ryanMans/XKHttpNetworkHelper.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "XKHttpNetworkHelper/Classes/**/*",
22   "public_header_files": "XKHttpNetworkHelper/Classes/**/*.h",
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "Reachability": [
29     ]
30   }