[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / c / b / UDGPUImage2 / 1.0.0 / UDGPUImage2.podspec.json
blob18af41dc35080f1cc345870185e55f9f257be9c8
2   "name": "UDGPUImage2",
3   "module_name": "GPUImage",
4   "version": "1.0.0",
5   "license": "BSD",
6   "summary": "An open source iOS framework for GPU-based image and video processing.",
7   "homepage": "https://github.com/iDevmonkey/GPUImage2",
8   "authors": {
9     "Brad Larson": "contact@sunsetlakesoftware.com"
10   },
11   "source": {
12     "git": "https://github.com/iDevmonkey/GPUImage2.git",
13     "branch": "master"
14   },
15   "source_files": "framework/Source/**/*.{swift}",
16   "resources": "framework/Source/Operations/Shaders/*.{fsh}",
17   "requires_arc": true,
18   "xcconfig": {
19     "CLANG_MODULES_AUTOLINK": "YES",
20     "OTHER_SWIFT_FLAGS": "$(inherited) -DGLES"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "5.0"
27   },
28   "swift_versions": [
29     "4.0",
30     "4.2",
31     "5.0"
32   ],
33   "ios": {
34     "exclude_files": [
35       "framework/Source/Mac",
36       "framework/Source/Linux",
37       "framework/Source/Operations/Shaders/ConvertedShaders_GL.swift"
38     ]
39   },
40   "frameworks": [
41     "OpenGLES",
42     "CoreMedia",
43     "QuartzCore",
44     "AVFoundation"
45   ],
46   "swift_version": "5.0"