[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / e / 0 / QLNetwork / 0.0.1 / QLNetwork.podspec.json
blob136634ba9d428b234c5cf3801fffc0a77738b464
2   "name": "QLNetwork",
3   "version": "0.0.1",
4   "summary": "对ANNetworking 封装",
5   "description": "对ANNetworking 进行封装以方便自己使用",
6   "homepage": "https://github.com/mark1225/QLNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "qilong": "915464855@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/mark1225/QLNetwork.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "QLNetworkDemo/QLNetworkDemo/QLNetwork/*.{h,m}",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.2.1"
25     ],
26     "YYCache": [
27       "~> 1.0.4"
28     ]
29   },
30   "requires_arc": true