blob: 41dd2cebc7a6d38172bfc78f1c879fdf258b94fc [file] [log] [blame]
{
"name": "DTDownload",
"version": "1.0.1",
"summary": "File Downloading, Caching and Queueing.",
"homepage": "https://github.com/Cocoanetics/DTDownload",
"authors": {
"Oliver Drobnik": "oliver@drobnik.com"
},
"source": {
"git": "https://github.com/Cocoanetics/DTDownload.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "5.0"
},
"dependencies": {
"DTFoundation/Core": [
"~>1.4.3"
],
"DTFoundation/UIKit": [
"~>1.4.3"
]
},
"source_files": "Core/Source/*.{h,m}",
"frameworks": [
"CoreData"
],
"license": "BSD",
"requires_arc": true
}