[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / f / d / HMCDownloadManager / 0.1.0 / HMCDownloadManager.podspec.json
blob055de59b7880283b87516e76df92417c9e9be1c1
2   "name": "HMCDownloadManager",
3   "version": "0.1.0",
4   "summary": "HMCDownloadManager is a wrapper supporting downloading multiple files within a singleton object",
5   "description": "Download multiple files concurrently (same or not same URL). We can set maximumDownloadItem for number of maximum items can be downloaded concurrently. We can choose between background (items can be downloaded when app is in background) or default download manager. Callback each block for each item in different queues.",
6   "homepage": "https://github.com/hmchuong/iOS-ObjectiveC-HMCDownloadManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chuong M. Huynh": "minhchuong.itus@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hmchuong/iOS-ObjectiveC-HMCDownloadManager.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HMCDownloadManager/Classes/**/*",
22   "frameworks": "UIKit"