blob: 1741a338e3f795d9bd2287207b53c7a8e6afd48b [file] [log] [blame]
{
"name": "GPUImageWithMoltenGL",
"module_name": "GPUImage",
"version": "1.0.1",
"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.1"
},
"vendored_frameworks": "GPUImage.framework",
"resources": "framework/Resources/*.png",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"dependencies": {
"MoltenGL": [
"~> 0.22.2"
]
},
"public_header_files": "framework/Source/**/*.h",
"source_files": "framework/Source/**/*.h",
"platforms": {
"ios": "8.0"
},
"ios": {
"exclude_files": "framework/Source/Mac",
"frameworks": [
"OpenGLES",
"CoreMedia",
"QuartzCore",
"AVFoundation"
]
}
}