blob: 7bf274ba396322e4f63ca173c838a18e12aba7d4 [file] [log] [blame]
{
"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"
]
}
}