[Add] DouyinSDKTemplate 0.0.1
[CocoaPods.git] / Specs / 7 / 3 / c / HWIFileDownload / 3.1 / HWIFileDownload.podspec.json
blob102e24a600feefb4c191a896e734f165cd1268af
2   "name": "HWIFileDownload",
3   "version": "3.1",
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.1"
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   }