blob: 8c6b3143fc206c4a1e494702cf8c2510055e71ea [file] [log] [blame]
{
"name": "DistDownload",
"version": "1.0.0",
"summary": "文件下载:断点下载,支持后台下载,再次打开程序、异常退出记录下载进度",
"authors": {
"Damrin": "75081647@qq.com"
},
"homepage": "https://github.com/Damsir/DistDownload",
"source": {
"git": "https://github.com/Damsir/DistDownload.git",
"tag": "1.0.0"
},
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"DistDownload",
"DistDownload/**/*.{h,m}"
],
"frameworks": "UIKit",
"dependencies": {
"ASIHTTPRequest": [
"~> 1.8.2"
]
}
}