blob: 725471e07d86923658d38b077ff77ae81fa17ecd [file] [log] [blame]
{
"name": "BGFileDownloadOperation",
"version": "0.0.1",
"summary": "A file download operation use NSURLSession.",
"description": "A file download operation use NSURLSession which can resume download.",
"homepage": "https://github.com/xiongbengang/FileDownloadOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bengang": "316379737@qq.com"
},
"source": {
"git": "https://github.com/xiongbengang/FileDownloadOperation.git",
"tag": "0.0.1",
"submodules": true
},
"source_files": [
"Classes",
"Classes/**/*"
],
"public_header_files": "Classes/**/*.h",
"platforms": {
"ios": "7.0"
}
}