| { |
| "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" |
| } |
| } |