blob: 22eb955a46eced4360d16b369403650ea79d63a2 [file] [log] [blame]
{
"name": "GPUImage",
"version": "0.0.1",
"license": "BSD",
"platforms": {
"ios": null
},
"summary": "OpenGL ES 2-based image and real-time camera filters for iOS.",
"homepage": "https://github.com/BradLarson/GPUImage",
"authors": {
"Brad Larson": "contact@sunsetlakesoftware.com"
},
"source": {
"git": "https://github.com/BradLarson/GPUImage.git",
"commit": "d84a7020c7"
},
"source_files": "framework/Source/**/*.{h,m}",
"frameworks": [
"OpenGLES",
"CoreVideo",
"CoreMedia",
"QuartzCore",
"AVFoundation"
],
"requires_arc": true
}