blob: 468f53fd23514b2c83aafc8fcf0634c5eb67635e [file] [log] [blame]
{
"name": "JHDownloadManager",
"version": "1.0.1",
"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.1"
},
"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"
]
}
}