Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.6 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.6 KB

KSOThumbnailKit

Carthage compatible Version Platform License

KSOThumbnailKit contains classes used to generate and cache thumbnail images from a variety of source URLs. It relies on the Stanley, Ditko, and 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, Carthage, or as a framework. When installing as a framework, ensure you also link to Stanley, Ditko, and Loki as KSOThumbnailKit relies on them.

Dependencies

Third party:

Apple:

  • AVFoundation, (iOS/tvOS/macOS)
  • MobileCoreServices, (iOS/tvOS)
  • WebKit, (iOS/macOS)
  • QuickLook, (macOS)