[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / f / 9 / DKNetworking / 1.0.0 / DKNetworking.podspec.json
blobbb9540a0e7c34a31613ec75a8854ef5a70bf7e90
2   "name": "DKNetworking",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "基于 AFNetworking + YYCache + MJExtension 封装的可持久化网络层框架",
8   "homepage": "https://github.com/bingozb/DKNetworking",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "bingozb": "454113692@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/bingozb/DKNetworking.git",
18     "tag": "v1.0.0"
19   },
20   "source_files": "DKNetworking/*.{h,m}",
21   "requires_arc": true,
22   "libraries": "sqlite3.0",
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "MJExtension": [
29     ],
30     "YYCache": [
32     ]
33   }