[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 3 / c / HWIFileDownload / 2.0 / HWIFileDownload.podspec.json
blob525357b6fc12607e2611f19d06b8eba353ebb5eb
2   "name": "HWIFileDownload",
3   "version": "2.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": "2.0"
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   }