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