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