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