blob: 861673aa292c166a5df310bb7d548b2f3f01c939 [file] [log] [blame]
{
"name": "GPUImageWithMoltenGL",
"module_name": "GPUImage",
"version": "1.0.7",
"license": "BSD",
"summary": "An open source iOS framework for GPU-based image and video processing.",
"homepage": "https://github.com/BradLarson/GPUImage",
"authors": {
"Brad Larson": "contact@sunsetlakesoftware.com"
},
"source": {
"git": "https://github.com/allenlinli/GPUImageWithMoltenGL.git",
"tag": "1.0.7"
},
"vendored_frameworks": "GPUImage.framework",
"resources": "framework/Resources/*.png",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"dependencies": {
"MoltenGL": [
"~> 0.23.1"
]
},
"source_files": "framework/Source/**/*.h",
"static_framework": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"exclude_files": "framework/Source/Mac",
"frameworks": [
"OpenGLES",
"CoreMedia",
"QuartzCore",
"AVFoundation"
]
}
}