blob: 26f897209e86bea7fea06f8eb7fba79eddd1b9d7 [file] [log] [blame]
{
"name": "LXMDownloader",
"version": "0.0.2",
"summary": "一个封装好的文件下载库,可以用来下载视频或其他文件,支持后台下载,断点续传",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Phelthas/LXMDownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"billthas@gmail.com": "billthas@gmail.com"
},
"source": {
"git": "https://github.com/Phelthas/LXMDownloader.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "LXMDownloader/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}