[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 3 / 8 / LXGPUImage2 / 6.1.4 / LXGPUImage2.podspec.json
blobfa3b1209fac84f7d62cb6fc94ad33b986cdb9f31
2   "name": "LXGPUImage2",
3   "module_name": "LXGPUImage2",
4   "version": "6.1.4",
5   "license": "BSD",
6   "summary": "An open source iOS framework for GPU-based image and video processing.",
7   "homepage": "https://github.com/thanhminhkma/GPUImage2",
8   "authors": {
9     "Brad Larson": "contact@sunsetlakesoftware.com"
10   },
11   "source": {
12     "git": "https://github.com/thanhminhkma/GPUImage2.git",
13     "tag": "6.1.4"
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": "10.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": "4.0",
40   "swift_version": "4.0"