| { |
| "name": "ObjectiveCDM", |
| "version": "1.0.5", |
| "summary": "Dead Simple batch of file Download Manager", |
| "description": " ObjectiveCDM is a files download manager built on top of NSURLSession for iOS. It supports auto resume on internet connection recovery.\n", |
| "homepage": "http://github.com/jameshuynh/ObjectiveCDM", |
| "license": "MIT", |
| "authors": { |
| "James": "james@rubify.com" |
| }, |
| "social_media_url": "https://twitter.com/jameshu", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/jameshuynh/ObjectiveCDM.git", |
| "tag": "1.0.5" |
| }, |
| "source_files": [ |
| "Source", |
| "Source/**/*.{h,m}" |
| ], |
| "exclude_files": "", |
| "requires_arc": true, |
| "dependencies": { |
| "FileMD5Hash": [ |
| "~> 2.0.0" |
| ], |
| "Reachability": [ |
| "~> 3.1.1" |
| ] |
| } |
| } |