Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kosoku/ksothumbnailkit
KSOThumbnailKit contains classes used to generate and cache thumbnail images from a variety of source URLs.
https://github.com/kosoku/ksothumbnailkit
ios macos thumbnail tvos
Last synced: 14 days ago
JSON representation
KSOThumbnailKit contains classes used to generate and cache thumbnail images from a variety of source URLs.
- Host: GitHub
- URL: https://github.com/kosoku/ksothumbnailkit
- Owner: Kosoku
- License: apache-2.0
- Created: 2017-04-14T18:13:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T03:24:51.000Z (almost 6 years ago)
- Last Synced: 2024-11-17T15:16:00.388Z (about 1 month ago)
- Topics: ios, macos, thumbnail, tvos
- Language: Objective-C
- Size: 3.15 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## KSOThumbnailKit
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](http://img.shields.io/cocoapods/v/KSOThumbnailKit.svg)](http://cocoapods.org/?q=KSOThumbnailKit)
[![Platform](http://img.shields.io/cocoapods/p/KSOThumbnailKit.svg)]()
[![License](http://img.shields.io/cocoapods/l/KSOThumbnailKit.svg)](https://github.com/Kosoku/KSOThumbnailKit/blob/master/license.txt)KSOThumbnailKit contains classes used to generate and cache thumbnail images from a variety of source URLs. It relies on the [Stanley](https://github.com/Kosoku/Stanley), [Ditko](https://github.com/Kosoku/Ditko), and [Loki](https://github.com/Kosoku/Loki) frameworks. Support is provided for images, movies, pdfs, html, plain text, rtf and a variety of other formats. Some formats are not supported on tvOS because the WebKit framework is not available on that platform.
### Installation
You can install *KSOThumbnailKit* using [cocoapods](https://cocoapods.org/), [Carthage](https://github.com/Carthage/Carthage), or as a framework. When installing as a framework, ensure you also link to [Stanley](https://github.com/Kosoku/Stanley), [Ditko](https://github.com/Kosoku/Ditko), and [Loki](https://github.com/Kosoku/Loki) as *KSOThumbnailKit* relies on them.
### Dependencies
Third party:
- [Stanley](https://github.com/Kosoku/Stanley)
- [Ditko](https://github.com/Kosoku/Ditko)
- [Loki](https://github.com/Kosoku/Loki)Apple:
- `AVFoundation`, (`iOS`/`tvOS`/`macOS`)
- `MobileCoreServices`, (`iOS`/`tvOS`)
- `WebKit`, (`iOS`/`macOS`)
- `QuickLook`, (`macOS`)