blob: 72753d797f64814b0076b1bc86cd99e37dc0a1f8 [file] [log] [blame]
{
"name": "PixelSDK-GPUImage3",
"module_name": "GPUImage",
"version": "1.0.5",
"license": "BSD",
"summary": "An open source iOS framework for GPU-based image and video processing.",
"homepage": "https://github.com/GottaYotta/GPUImage3",
"authors": {
"Brad Larson": "contact@sunsetlakesoftware.com"
},
"source": {
"git": "https://github.com/GottaYotta/GPUImage3.git",
"tag": "1.0.5"
},
"source_files": "framework/Source/**/*.{swift,h,metal}",
"public_header_files": "framework/Source/Empty.h",
"exclude_files": [
"framework/Source/Operations/WhiteBalance.{swift,metal}"
],
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Metal",
"QuartzCore",
"AVFoundation"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}