[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / 3 / GPUImage2-Pixel / 3.1.1 / GPUImage2-Pixel.podspec.json
blobbf6ec85a289756b75d9b5fe010ad356ea76b2d8a
2   "name": "GPUImage2-Pixel",
3   "module_name": "GPUImage",
4   "version": "3.1.1",
5   "license": "BSD",
6   "summary": "An open source iOS framework for GPU-based image and video processing.",
7   "homepage": "https://github.com/GottaYotta/GPUImage2",
8   "authors": {
9     "Brad Larson": "contact@sunsetlakesoftware.com"
10   },
11   "source": {
12     "git": "https://github.com/GottaYotta/GPUImage2.git",
13     "tag": "3.1.1"
14   },
15   "source_files": "framework/Source/**/*.{swift,h,m}",
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     "VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS": "OpenGLES"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "ios": {
27     "exclude_files": [
28       "framework/Source/Mac",
29       "framework/Source/Linux",
30       "framework/Source/Operations/Shaders/ConvertedShaders_GL.swift"
31     ]
32   },
33   "frameworks": [
34     "OpenGLES",
35     "CoreMedia",
36     "QuartzCore",
37     "AVFoundation"
38   ],
39   "swift_versions": "5.0",
40   "swift_version": "5.0"