[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 4 / e / 8 / XYGPUImage2 / 0.1.0 / XYGPUImage2.podspec.json
blob7cf36d35079a39c8cf11efb6e64cfb3dbf18cd9c
2   "name": "XYGPUImage2",
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/sh4wn/GPUImage2",
7   "authors": {
8     "Brad Larson": "contact@sunsetlakesoftware.com"
9   },
10   "source": {
11     "git": "https://github.com/sh4wn/GPUImage2.git",
12     "branch": "master"
13   },
14   "source_files": [
15     "framework/Source/*.{swift}",
16     "framework/Source/Apple/*.{swift}",
17     "framework/Source/OPerations/*.{swift}"
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": "5.0"
30   },
31   "swift_versions": [
32     "4.2",
33     "5.0"
34   ],
35   "ios": {
36     "exclude_files": [
37       "framework/Source/Mac",
38       "framework/Source/Linux",
39       "framework/Source/Operations/Shaders/ConvertedShaders_GL.swift"
40     ]
41   },
42   "frameworks": [
43     "OpenGLES",
44     "CoreMedia",
45     "QuartzCore",
46     "AVFoundation"
47   ],
48   "swift_version": "5.0"