blob: 7ddb6e241e6198e954ff884044994c447f69f714 [file] [log] [blame]
{
"name": "CDBDownloader",
"version": "1.0.2",
"summary": "Lightweight file downloader with progress",
"description": "Lightweight file downloader with progress. It downloads file to the temporary location and call completion. It uses AFNetworking under the hood.",
"homepage": "https://github.com/truebucha/CDBDownloader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kanstantsin Bucha": "truebucha@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/CDBDownloader.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.10"
},
"source_files": "CDBDownloader/Classes/***",
"public_header_files": "CDBDownloader/Classes/***.h",
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}