blob: af74c15f0cfee334e08dee536047a7ad4ed7520b [file] [log] [blame]
{
"name": "DTDownload",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"dependencies": {
"DTFoundation/Core": [
"~>1.5.1"
]
},
"source_files": "Core/Source/*.{h,m}",
"frameworks": [
"CoreData"
],
"license": "BSD",
"requires_arc": true
}