[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / c / 4 / AGPUImage2 / 1.0.1 / AGPUImage2.podspec.json
blob3f368bb81cbaca499227922e8ae2d4bfc8847d18
2   "name": "AGPUImage2",
3   "version": "1.0.1",
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     "tag": "1.0.1",
13     "branch": "master"
14   },
15   "source_files": "framework/Source/**/*.{swift}",
16   "resources": "framework/Source/Operations/Shaders/*.{fsh}",
17   "requires_arc": true,
18   "xcconfig": {
19     "CLANG_MODULES_AUTOLINK": "YES",
20     "OTHER_SWIFT_FLAGS": "$(inherited) -DGLES"
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "4.0"
27   },
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   ],
41   "swift_version": "4.0"