[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / e / 5 / d / YMHttpTool / 0.1.0 / YMHttpTool.podspec.json
blob5ac8d05cc3dc2a22bd12d7e6129620844af1ede8
2   "name": "YMHttpTool",
3   "version": "0.1.0",
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.1.0"
20   },
21   "source_files": "YMHttpTool/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "YYCache": [
29     ]
30   }