| { |
| "name": "DTDownload", |
| "version": "1.1.3", |
| "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.3" |
| }, |
| "platforms": { |
| "ios": "5.0", |
| "osx": "10.9" |
| }, |
| "license": "BSD", |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Core/Source/*.{h,m}", |
| "dependencies": { |
| "DTFoundation/Core": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Cache", |
| "source_files": "Core/Source/Cache/*.{h,m}", |
| "frameworks": [ |
| "CoreData" |
| ], |
| "dependencies": { |
| "DTFoundation/Core": [ |
| |
| ], |
| "DTFoundation/DTAsyncFileDeleter": [ |
| |
| ], |
| "DTDownload/Core": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Queue", |
| "source_files": "Core/Source/Queue/*.{h,m}", |
| "dependencies": { |
| "DTDownload/Core": [ |
| |
| ] |
| } |
| } |
| ] |
| } |