blob: 9de3d0a4089f376833242bfca6285f99da796dc2 [file] [log] [blame]
{
"name": "ObjectiveCDM",
"version": "1.0.2",
"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": "git@github.com:jameshuynh/ObjectiveCDM.git",
"tag": "1.0.2"
},
"source_files": [
"Source",
"Source/**/*.{h,m}"
],
"exclude_files": "",
"requires_arc": true,
"dependencies": {
"FileMD5Hash": [
"~> 2.0.0"
],
"Reachability": [
"~> 3.1.1"
]
}
}