blob: bbff17bf44cef68a867e8b1eba3b3d46a447475a [file] [log] [blame]
{
"name": "HWIFileDownload",
"version": "1.0",
"license": {
"type": "zlib",
"file": "LICENCE.md"
},
"summary": "HWIFileDownload provides a clear interface for integrating file download on iOS.",
"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": "1.0"
},
"source_files": [
"HWIBackgroundSessionCompletionHandlerBlock.h",
"HWIFileDownloadDelegate.h",
"HWIFileDownloadItem.{h,m}",
"HWIFileDownloadProgress.{h,m}",
"HWIFileDownloader.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}