[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 7 / 3 / c / HWIFileDownload / 3.2 / HWIFileDownload.podspec.json
blob82d1c138e142836f00863ae09ad48bdb9a9f34da
2   "name": "HWIFileDownload",
3   "version": "3.2",
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.2"
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   }