[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 0 / 1 / f / EVGPUImage2 / 0.1.0 / EVGPUImage2.podspec.json
blob9a34a16c68d633c4c114366c0f90a2cdad4a24ba
2   "name": "EVGPUImage2",
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/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   "ios": {
25     "exclude_files": [
26       "framework/Source/Mac",
27       "framework/Source/Linux",
28       "framework/Source/Operations/Shaders/ConvertedShaders_GL.swift"
29     ]
30   },
31   "frameworks": [
32     "OpenGLES",
33     "CoreMedia",
34     "QuartzCore",
35     "AVFoundation"
36   ],
37   "pushed_with_swift_version": "3.0"