blob: 09ea19a90998686f36de8c78f9dedf6026dbf410 [file] [log] [blame]
{
"name": "SMG-HWIFileDownload",
"version": "3.4",
"license": {
"type": "zlib",
"file": "LICENCE.md"
},
"summary": "Simplified file download integration based on NSURLSession.",
"homepage": "https://github.com/SyrupMG/SMG-HWIFileDownload",
"authors": "Heiko Wichmann",
"social_media_url": "https://twitter.com/heikowi",
"source": {
"git": "https://github.com/SyrupMG/SMG-HWIFileDownload.git",
"tag": "3.4"
},
"source_files": [
"HWIBackgroundSessionCompletionHandlerBlock.h",
"HWIFileDownloadDelegate.h",
"HWIFileDownloader.{h,m}",
"HWIFileDownloadItem.{h,m}",
"HWIFileDownloadProgress.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.0",
"tvos": "9.0"
}
}