blob: e5ce816813d7cca018065d0bc8f99229ab78634c [file] [log] [blame]
{
"name": "JHDownloadManager",
"version": "1.0.2",
"summary": "Dead Simple batch of file Download Manager",
"description": "JHDownloadManager is a files download manager built on top of NSURLSession for iOS. It supports auto resume on internet connection recovery.",
"homepage": "https://github.com/jameshuynh/JHDownloadManager",
"license": "MIT",
"authors": {
"James Huynh": "jameshuynhsg@gmail.com"
},
"source": {
"git": "https://github.com/jameshuynh/JHDownloadManager.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/jameshu",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"JHDownloadManager": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"FileMD5Hash": [
"~> 2.0.0"
],
"ReachabilitySwift": [
"~> 2.3.3"
]
}
}