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