[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 3 / 8 / LXGPUImage2 / 6.3.0 / LXGPUImage2.podspec.json
blob66118d74b1631dba626305ddd5246ffa76677f74
2   "name": "LXGPUImage2",
3   "module_name": "LXGPUImage2",
4   "version": "6.3.0",
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.3.0"
14   },
15   "source_files": "framework/Source/**/*.{swift,h,m}",
16   "resources": [
17     "framework/Source/Operations/Shaders/*.{fsh}"
18   ],
19   "requires_arc": true,
20   "xcconfig": {
21     "CLANG_MODULES_AUTOLINK": "YES",
22     "OTHER_SWIFT_FLAGS": "$(inherited) -DGLES",
23     "VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS": "OpenGLES"
24   },
25   "platforms": {
26     "ios": "10.0"
27   },
28   "ios": {
29     "exclude_files": [
30       "framework/Source/Mac",
31       "framework/Source/Linux",
32       "framework/Source/Operations/Shaders/ConvertedShaders_GL.swift"
33     ]
34   },
35   "frameworks": [
36     "OpenGLES",
37     "CoreMedia",
38     "QuartzCore",
39     "AVFoundation"
40   ],
41   "swift_versions": "4.0",
42   "swift_version": "4.0"