[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / f / NIHttpTool / 0.0.1 / NIHttpTool.podspec.json
blobdc078f20d52b6ab161d7143dd1e552cb93328fcf
2   "name": "NIHttpTool",
3   "version": "0.0.1",
4   "summary": "NIHttpTool:简单封装AFNetWorking网络请求,基于AFNetworking (3.1.0)",
5   "description": "简单封装AFNetWorking网络请求,基于AFNetworking (3.1.0);提供了常用的API,调用简单。若在使用过程中有问题,请反馈与作者,以便完善之!",
6   "homepage": "https://nixinsheng.github.io/",
7   "license": "MIT",
8   "authors": {
9     "倪新生": "1911398892@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wvqusrtg/NIHttpTool.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "NIHttpTool",
20     "*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ],
27     "Reachability": [
28       "~> 3.2"
29     ]
30   }