blob: 8165e2a0cf7e69e84522f65b4e216b159dd01914 [file] [log] [blame]
{
"name": "PixelSDK-GPUImage2",
"module_name": "GPUImage",
"version": "5.0.0",
"license": "BSD",
"summary": "An open source iOS framework for GPU-based image and video processing.",
"homepage": "https://github.com/GottaYotta/GPUImage2",
"authors": {
"Brad Larson": "contact@sunsetlakesoftware.com"
},
"source": {
"git": "https://github.com/GottaYotta/GPUImage2.git",
"tag": "5.0.0"
},
"source_files": "framework/Source/**/*.{swift,h,m}",
"resources": "framework/Source/Operations/Shaders/*.{fsh}",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES",
"OTHER_SWIFT_FLAGS": "$(inherited) -DGLES",
"VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS": "OpenGLES"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"exclude_files": [
"framework/Source/Mac",
"framework/Source/Linux",
"framework/Source/Operations/Shaders/ConvertedShaders_GL.swift"
]
},
"frameworks": [
"OpenGLES",
"CoreMedia",
"QuartzCore",
"AVFoundation"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}