[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 7 / 3 / c / HWIFileDownload / 1.1 / HWIFileDownload.podspec.json
blob393956ce218d6c53b097f80a37fde2205ed1f7e8
2   "name": "HWIFileDownload",
3   "version": "1.1",
4   "license": {
5     "type": "zlib",
6     "file": "LICENCE.md"
7   },
8   "summary": "HWIFileDownload provides a clear interface for integrating file download on iOS 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": "1.1"
15   },
16   "source_files": [
17     "HWIBackgroundSessionCompletionHandlerBlock.h",
18     "HWIFileDownloadDelegate.h",
19     "HWIFileDownloadItem.{h,m}",
20     "HWIFileDownloadProgress.{h,m}",
21     "HWIFileDownloader.{h,m}"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": "6.0"
26   }