forked from BradLarson/GPUImage2
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLXGPUImage2.podspec
42 lines (41 loc) · 1.08 KB
/
LXGPUImage2.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "LXGPUImage2",
"version": "6.1.0",
"license": "BSD",
"summary": "An open source iOS framework for GPU-based image and video processing.",
"homepage": "https://github.com/BradLarson/GPUImage2",
"authors": {
"Brad Larson": "[email protected]"
},
"source": {
"git": "https://github.com/thanhminhkma/GPUImage2.git",,
"branch": "master"
},
"source_files": "framework/Source/**/*.{swift}",
"resources": "framework/Source/Operations/Shaders/*.{fsh}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES",
"OTHER_SWIFT_FLAGS": "$(inherited) -DGLES"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"swift_version": "4.0",
"ios": {
"exclude_files": [
"framework/Source/Mac",
"framework/Source/Linux",
"framework/Source/Operations/Shaders/ConvertedShaders_GL.swift"
]
},
"frameworks": [
"OpenGLES",
"CoreMedia",
"QuartzCore",
"AVFoundation"
]
}