[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / e / 5 / d / YMHttpTool / 0.0.3 / YMHttpTool.podspec.json
blob8246ac32c87f7f941a65127e3e1e7f45f946bdf9
2   "name": "YMHttpTool",
3   "version": "0.0.3",
4   "summary": "AFNetworking 3.x封装的网络工具",
5   "description": "对PPNetwork(https://github.com/jkpang)修改-添加请求方式",
6   "homepage": "https://github.com/yanmingLiu/YMHttpTool",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "LiuYanming": "374402328@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/yanmingLiu/YMHttpTool.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "YMHttpTool",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "YYCache": [
29     ]
30   }