blob: fcb6fbd8916e233e122130a02ff7b9c22c3f8c9c [file] [log] [blame]
{
"name": "ABGPUImage2",
"version": "0.1.0",
"license": "BSD",
"summary": "An open source iOS framework for GPU-based image and video processing.",
"homepage": "https://github.com/BradLarson/GPUImage2",
"authors": {
"Brad Larson": "contact@sunsetlakesoftware.com"
},
"source": {
"git": "https://github.com/slb235/GPUImage2.git",
"branch": "master"
},
"source_files": [
"framework/Source/**/*.{swift}",
"framework/Source/**/*.{h}",
"framework/Source/**/*.{m}"
],
"resources": "framework/Source/Operations/Shaders/*.{fsh}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES",
"OTHER_SWIFT_FLAGS": "$(inherited) -DGLES"
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"ios": {
"exclude_files": [
"framework/Source/Mac",
"framework/Source/Linux",
"framework/Source/Operations/Shaders/ConvertedShaders_GL.swift"
]
},
"frameworks": [
"OpenGLES",
"CoreMedia",
"QuartzCore",
"AVFoundation"
],
"swift_version": "4.0"
}