[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / b / d / MERThumbnailKit / 2.2.5 / MERThumbnailKit.podspec.json
blob0fa0a676af579834730315efe48afeb92f5ab5b0
2   "name": "MERThumbnailKit",
3   "version": "2.2.5",
4   "authors": {
5     "William Towe": "willbur1984@gmail.com"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "homepage": "https://github.com/MaestroElearning/MERThumbnailKit",
12   "source": {
13     "git": "https://github.com/MaestroElearning/MERThumbnailKit.git",
14     "tag": "2.2.5"
15   },
16   "summary": "A framework for generating thumbnails from urls, both local and remote. Compatible with iOS/OSX, 7.0+/10.9+.",
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.9"
20   },
21   "dependencies": {
22     "MEFoundation": [
23       "~> 1.0.0"
24     ],
25     "ReactiveCocoa": [
26       "~> 2.3.0"
27     ],
28     "libextobjc/EXTScope": [
29       "~> 0.4.0"
30     ]
31   },
32   "requires_arc": true,
33   "frameworks": [
34     "Foundation",
35     "Accelerate",
36     "AVFoundation"
37   ],
38   "ios": {
39     "frameworks": [
40       "UIKit",
41       "MobileCoreServices"
42     ],
43     "exclude_files": "MERThumbnailKitFramework"
44   },
45   "osx": {
46     "frameworks": [
47       "AppKit",
48       "QuickLook"
49     ],
50     "exclude_files": [
51       "MERThumbnailKit/UI*",
52       "MERThumbnailKit/Private/UI*"
53     ]
54   },
55   "source_files": [
56     "MERThumbnailKit",
57     "MERThumbnailKitFramework",
58     "MERThumbnailKit/Private"
59   ],
60   "private_header_files": "MERThumbnailKit/Private",
61   "resource_bundles": {
62     "MERThumbnailKitResources": [
63       "MERThumbnailKitResources/*.plist",
64       "MERThumbnailKitResources/*.js"
65     ]
66   }