[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / b / c / ABGPUImage2 / 0.1.0 / ABGPUImage2.podspec.json
blobfcb6fbd8916e233e122130a02ff7b9c22c3f8c9c
2   "name": "ABGPUImage2",
3   "version": "0.1.0",
4   "license": "BSD",
5   "summary": "An open source iOS framework for GPU-based image and video processing.",
6   "homepage": "https://github.com/BradLarson/GPUImage2",
7   "authors": {
8     "Brad Larson": "contact@sunsetlakesoftware.com"
9   },
10   "source": {
11     "git": "https://github.com/slb235/GPUImage2.git",
12     "branch": "master"
13   },
14   "source_files": [
15     "framework/Source/**/*.{swift}",
16     "framework/Source/**/*.{h}",
17     "framework/Source/**/*.{m}"
18   ],
19   "resources": "framework/Source/Operations/Shaders/*.{fsh}",
20   "requires_arc": true,
21   "xcconfig": {
22     "CLANG_MODULES_AUTOLINK": "YES",
23     "OTHER_SWIFT_FLAGS": "$(inherited) -DGLES"
24   },
25   "platforms": {
26     "ios": "8.0"
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.0"
30   },
31   "ios": {
32     "exclude_files": [
33       "framework/Source/Mac",
34       "framework/Source/Linux",
35       "framework/Source/Operations/Shaders/ConvertedShaders_GL.swift"
36     ]
37   },
38   "frameworks": [
39     "OpenGLES",
40     "CoreMedia",
41     "QuartzCore",
42     "AVFoundation"
43   ],
44   "swift_version": "4.0"