[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 7 / 4 / HYZNetworkAPI / 0.0.3 / HYZNetworkAPI.podspec.json
blob4f136ab420501bef7af44f1f852ca8261df74f76
2   "name": "HYZNetworkAPI",
3   "version": "0.0.3",
4   "summary": "HYZNetworkAPI是一个对AFNetworking进行简单二次封装的网络请求框架",
5   "homepage": "https://github.com/HYZ666/HYZNetworkAPI",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "huangyizhe": "839926066@qq.com"
12   },
13   "platforms": {
14     "ios": "12.0"
15   },
16   "source": {
17     "git": "https://github.com/HYZ666/HYZNetworkAPI.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "HYZNetworkAPI/Core/*.{h,m}",
21   "dependencies": {
22     "AFNetworking": [
23       "~> 4.0.1"
24     ]
25   }