[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 5 / d / YMHttpTool / 1.1 / YMHttpTool.podspec.json
blob23ceff31f403e636b196d0fc1e54c0ec1f0d89b5
2   "name": "YMHttpTool",
3   "version": "1.1",
4   "summary": "AFNetworking 4.x封装的网络工具",
5   "description": "AFNetworking 第一次封装,通常app需要封装2层,业务层需要再封装一层,示例YMNetworkHelper针对业务层封装",
6   "homepage": "https://github.com/yanmingLiu/YMHttpTool",
7   "license": {
8     "type": "MIT",
9     "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": "1.1"
20   },
21   "source_files": "YMHttpTool/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   }