| { |
| "name": "TWRDownloadManager", |
| "version": "0.1", |
| "summary": "A modern download manager based on NSURLSession to deal with asynchronous downloading, management and persistence of multiple files.", |
| "homepage": "https://github.com/chasseurmic/TWRDownloadManager", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Michelangelo Chasseur": "chasseurmic@gmail.com" |
| }, |
| "social_media_url": "http://twitter.com/chasseurmic", |
| "source": { |
| "git": "https://github.com/chasseurmic/TWRDownloadManager.git", |
| "tag": "0.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": true |
| } |