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