[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / e / 8 / LXMDownloader / 0.0.3 / LXMDownloader.podspec.json
blobc4d271c539bb0f256ed1fda6c63c91e0d9a28607
2   "name": "LXMDownloader",
3   "version": "0.0.3",
4   "summary": "一个封装好的文件下载库,可以用来下载视频或其他文件,支持后台下载,断点续传",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Phelthas/LXMDownloader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "billthas@gmail.com": "billthas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Phelthas/LXMDownloader.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "LXMDownloader/Classes/**/*",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.2.1"
26     ]
27   }