[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / c / 8 / 7 / CYGPUImage2 / 0.1.0 / CYGPUImage2.podspec.json
blob4149131ca5a3242115e80fb4c37ac8f8472d59b1
2   "name": "CYGPUImage2",
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     "Chay": "changyan@zhihu.com"
9   },
10   "source": {
11     "git": "https://github.com/BradLarson/GPUImage2.git",
12     "branch": "master"
13   },
14   "source_files": "framework/Source/**/*.{swift}",
15   "resources": "framework/Source/Operations/Shaders/*.{fsh}",
16   "requires_arc": true,
17   "xcconfig": {
18     "CLANG_MODULES_AUTOLINK": "YES",
19     "OTHER_SWIFT_FLAGS": "$(inherited) -DGLES"
20   },
21   "platforms": {
22     "ios": "8.0"
23   },
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4.0"
26   },
27   "swift_version": "4.0",
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   ]