[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 7 / e / 0 / QLNetwork / 0.0.6 / QLNetwork.podspec.json
blob0c732e796f1c67ce59c52a667382e8dfc87b8f2c
2   "name": "QLNetwork",
3   "version": "0.0.6",
4   "summary": "对ANNetworking 封装,删除UIWebView相关",
5   "description": "对ANNetworking 进行封装以方便自己使用",
6   "homepage": "https://github.com/qilong-io/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/qilong-io/QLNetwork.git",
19     "tag": "0.0.6"
20   },
21   "source_files": "QLNetworkDemo/QLNetworkDemo/QLNetwork/*.{h,m}",
22   "dependencies": {
23     "AFNetworking/Reachability": [
24       "~> 3.2.1"
25     ],
26     "AFNetworking/Serialization": [
27       "~> 3.2.1"
28     ],
29     "AFNetworking/Security": [
30       "~> 3.2.1"
31     ],
32     "AFNetworking/NSURLSession": [
33       "~> 3.2.1"
34     ],
35     "YYCache": [
36       "~> 1.0.4"
37     ]
38   },
39   "requires_arc": true