[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / d / WYFNetworking / 0.4.0 / WYFNetworking.podspec.json
blobbd8b9f2d900842430221ee6b2f652236b5692817
2   "name": "WYFNetworking",
3   "version": "0.4.0",
4   "summary": "基于AFNEtworking的网络层封装.",
5   "description": "基于AFNEtworking的网络层封装,继承YFNetworking,\n支持自定义HostURL和Base Paramaters,\n支持自定义参数加密方法.",
6   "homepage": "https://github.com/wandyf/YFNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WangYunFeng": "dev.yunfeng.wang@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/wandyf/YFNetworking.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "4.0.1"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "YFNetworking/Core/*.{h,m}",
30       "public_header_files": "YFNetworking/Core/*.h"
31     }
32   ]