[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 8 / f / c / KSOThumbnailKit / 0.2.0 / KSOThumbnailKit.podspec.json
blob8e429fde5e951b4d438e92be78b4acb46b7cb813
2   "name": "KSOThumbnailKit",
3   "version": "0.2.0",
4   "summary": "KSOThumbnailKit contains classes used to generate and cache thumbnail images from a variety of source URLs.",
5   "description": "KSOThumbnailKit contains classes used to generate and cache thumbnail images from a variety of source URLs. 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.",
6   "homepage": "https://github.com/Kosoku/KSOThumbnailKit",
7   "license": {
8     "type": "BSD",
9     "file": "license.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/KSOThumbnailKit.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0"
22   },
23   "source_files": "KSOThumbnailKit/**/*.{h,m}",
24   "exclude_files": "KSOThumbnailKit/KSOThumbnailKit-Info.h",
25   "ios": {
26     "exclude_files": "KSOThumbnailKit/Private/macOS",
27     "frameworks": [
28       "Foundation",
29       "UIKit",
30       "AVFoundation",
31       "MobileCoreServices",
32       "WebKit"
33     ]
34   },
35   "tvos": {
36     "exclude_files": [
37       "KSOThumbnailKit/Private/macOS",
38       "KSOThumbnailKit/Private/KSOWebKitThumbnailOperation.{h,m}"
39     ],
40     "frameworks": [
41       "Foundation",
42       "UIKit",
43       "AVFoundation",
44       "MobileCoreServices"
45     ]
46   },
47   "private_header_files": "KSOThumbnailKit/Private/**/*.h",
48   "osx": {
49     "frameworks": [
50       "Foundation",
51       "AppKit",
52       "AVFoundation",
53       "WebKit",
54       "QuickLook"
55     ]
56   },
57   "dependencies": {
58     "Stanley": [
60     ],
61     "Ditko": [
63     ],
64     "Loki": [
66     ]
67   }