[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / e / 0 / QLNetwork / 0.0.5 / QLNetwork.podspec.json
blobeebf653a59a5f6a06b4130939da4686f43fc4382
2   "name": "QLNetwork",
3   "version": "0.0.5",
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.5"
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