[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / 3 / c / HWIFileDownload / 3.0 / HWIFileDownload.podspec.json
blob8f2ca482828af40d3246576d8c7568976d95cd65
2   "name": "HWIFileDownload",
3   "version": "3.0",
4   "license": {
5     "type": "zlib",
6     "file": "LICENCE.md"
7   },
8   "summary": "Simplified file download integration based on NSURLSession.",
9   "homepage": "https://github.com/Heikowi/HWIFileDownload",
10   "authors": "Heiko Wichmann",
11   "social_media_url": "https://twitter.com/heikowi",
12   "source": {
13     "git": "https://github.com/Heikowi/HWIFileDownload.git",
14     "tag": "3.0"
15   },
16   "source_files": [
17     "HWIBackgroundSessionCompletionHandlerBlock.h",
18     "HWIFileDownloadDelegate.h",
19     "HWIFileDownloader.{h,m}",
20     "HWIFileDownloadItem.{h,m}",
21     "HWIFileDownloadProgress.{h,m}"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": "6.0"
26   }