[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 1 / f / EVGPUImage2 / 0.2.0 / EVGPUImage2.podspec.json
blobaa1b2a9b8ce0ccee7a8b65e5dacdae93474e1267
2   "name": "EVGPUImage2",
3   "version": "0.2.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/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   ]