blob: f78c34ce38e93d6668b73f32108e914f0c78942b [file] [log] [blame]
{
"name": "DTDownload",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.6"
},
"source_files": "Core/Source/*.{h,m}",
"license": "BSD",
"requires_arc": true,
"subspecs": [
{
"name": "Cache",
"source_files": "Core/Source/Cache/*.{h,m}",
"frameworks": [
"CoreData"
],
"dependencies": {
"DTFoundation/Core": [
"~>1.6.0"
]
}
},
{
"name": "Queue",
"source_files": "Core/Source/Queue/*.{h,m}"
}
]
}