[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / b / c / d / DistDownload / 1.0.0 / DistDownload.podspec.json
blob8c6b3143fc206c4a1e494702cf8c2510055e71ea
2   "name": "DistDownload",
3   "version": "1.0.0",
4   "summary": "文件下载:断点下载,支持后台下载,再次打开程序、异常退出记录下载进度",
5   "authors": {
6     "Damrin": "75081647@qq.com"
7   },
8   "homepage": "https://github.com/Damsir/DistDownload",
9   "source": {
10     "git": "https://github.com/Damsir/DistDownload.git",
11     "tag": "1.0.0"
12   },
13   "license": "MIT",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "DistDownload",
20     "DistDownload/**/*.{h,m}"
21   ],
22   "frameworks": "UIKit",
23   "dependencies": {
24     "ASIHTTPRequest": [
25       "~> 1.8.2"
26     ]
27   }