blob: 525357b6fc12607e2611f19d06b8eba353ebb5eb [file] [log] [blame]
{
"name": "HWIFileDownload",
"version": "2.0",
"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": "2.0"
},
"source_files": [
"HWIBackgroundSessionCompletionHandlerBlock.h",
"HWIFileDownloadDelegate.h",
"HWIFileDownloadItem.{h,m}",
"HWIFileDownloadProgress.{h,m}",
"HWIFileDownloader.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}