[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 7 / d / AEVGPUImage2 / 0.6.0 / AEVGPUImage2.podspec.json
blobff7a8a41a625867698bd3ac89214fbf463e5bdc4
2   "name": "AEVGPUImage2",
3   "version": "0.6.0",
4   "license": "BSD",
5   "summary": "An open source iOS framework for GPU-based image and video processing.",
6   "homepage": "https://github.com/zcoderr/GPUImage2",
7   "authors": {
8     "Brad Larson": "contact@sunsetlakesoftware.com"
9   },
10   "source": {
11     "git": "https://github.com/zcoderr/GPUImage2",
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   "ios": {
28     "exclude_files": [
29       "framework/Source/Mac",
30       "framework/Source/Linux",
31       "framework/Source/Operations/Shaders/ConvertedShaders_GL.swift"
32     ]
33   },
34   "frameworks": [
35     "OpenGLES",
36     "CoreMedia",
37     "QuartzCore",
38     "AVFoundation"
39   ],
40   "swift_version": "4.0"