[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / e / 8 / LXMDownloader / 0.0.1 / LXMDownloader.podspec.json
bloba4b611720a3e32eb0fa9b0bf6fc4cc6206ddf3ce
2   "name": "LXMDownloader",
3   "version": "0.0.1",
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.1"
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   }