blob: a3621a517ea37ef0d96eb6d6f078f57bb51cb374 [file] [log] [blame]
{
"name": "ADBDownloadManager",
"version": "1.0.0",
"platforms": {
"ios": "5.0"
},
"summary": "A download manager for iOS. Actually, all that you need to download files without any external library.",
"homepage": "https://github.com/albertodebortoli/ADBDownloadManager",
"authors": {
"Alberto De Bortoli": "albertodebortoli.website@gmail.com"
},
"source": {
"git": "https://github.com/albertodebortoli/ADBDownloadManager.git",
"tag": "1.0.0"
},
"license": {
"type": "New BSD License",
"file": "LICENSE"
},
"source_files": "ADBDownloadManager.{h,m}",
"requires_arc": true
}