[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / f / a / SDDownloadManager / 2.0.0 / SDDownloadManager.podspec.json
blob63f012458ebb69acaa27243826b3578b4fb69cf4
2   "name": "SDDownloadManager",
3   "version": "2.0.0",
4   "summary": "A simple, robust and elegant download manager written in Swift",
5   "description": "SDDownloadManager is based on URLSession APIs and provides closure syntax APIs for keeping track of progress and completion of downloads.",
6   "homepage": "https://github.com/SagarSDagdu/SDDownloadManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sagar Dagdu": "shags032@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SagarSDagdu/SDDownloadManager.git",
16     "tag": "2.0.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "frameworks": "UserNotifications",
23   "source_files": "SDDownloadManager/Classes/*.swift",
24   "swift_version": "5.0"