blob: 2f2756cf9c9bf5a84cc983b9e7b40600200b8372 [file] [log] [blame]
{
"name": "ObjectiveCDM",
"version": "1.0.7",
"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.",
"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.6"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"exclude_files": "",
"requires_arc": true,
"dependencies": {
"FileMD5Hash": [
"~> 2.0.0"
],
"Reachability": [
"~> 3.1.1"
]
}
}