[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / 7 / c / CocoaLUT / 0.2.2 / CocoaLUT.podspec.json
blob480dccc7faa2ebfbac3d6f7c175f298e35123c56
2   "name": "CocoaLUT",
3   "version": "0.2.2",
4   "summary": "LUT (3D lookup tables) for Cocoa applications.",
5   "homepage": "http://github.com/wilg/CocoaLUT",
6   "license": "MIT",
7   "authors": {
8     "Wil Gieseler": "wil@wilgieseler.com",
9     "Greg Cotten": "greg@gregcotten.com"
10   },
11   "source": {
12     "git": "https://github.com/wilg/CocoaLUT.git",
13     "tag": "0.2.2"
14   },
15   "requires_arc": true,
16   "source_files": "Classes/**/*",
17   "public_header_files": "Classes/**/*.h",
18   "frameworks": [
19     "QuartzCore",
20     "GLKit"
21   ],
22   "dependencies": {
23     "RegExCategories": [
25     ],
26     "M13OrderedDictionary": [
28     ],
29     "XMLDictionary": [
31     ]
32   },
33   "ios": {
34     "frameworks": "UIKit",
35     "exclude_files": "Classes/osx"
36   },
37   "platforms": {
38     "ios": "7.0",
39     "osx": "10.7"
40   },
41   "osx": {
42     "frameworks": "AppKit",
43     "exclude_files": "Classes/ios"
44   },
45   "deprecated": true