[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 7 / 8 / 5 / JHDownloadManager / 1.0.2 / JHDownloadManager.podspec.json
blobe5ce816813d7cca018065d0bc8f99229ab78634c
2   "name": "JHDownloadManager",
3   "version": "1.0.2",
4   "summary": "Dead Simple batch of file Download Manager",
5   "description": "JHDownloadManager is a files download manager built on top of NSURLSession for iOS. It supports auto resume on internet connection recovery.",
6   "homepage": "https://github.com/jameshuynh/JHDownloadManager",
7   "license": "MIT",
8   "authors": {
9     "James Huynh": "jameshuynhsg@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jameshuynh/JHDownloadManager.git",
13     "tag": "1.0.2"
14   },
15   "social_media_url": "https://twitter.com/jameshu",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "JHDownloadManager": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "FileMD5Hash": [
28       "~> 2.0.0"
29     ],
30     "ReachabilitySwift": [
31       "~> 2.3.3"
32     ]
33   }