blob: 4b6840d4ba3aed0f3b34cc8727d8be996e595585 [file] [log] [blame]
{
"name": "GPUImage-StraaS",
"version": "0.1.8",
"license": "BSD",
"module_name": "GPUImage",
"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/StraaS/GPUImage.git",
"tag": "0.1.8"
},
"source_files": "framework/Source/**/*.{h,m}",
"resources": "framework/Resources/*.png",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"platforms": {
"ios": "5.0"
},
"ios": {
"exclude_files": "framework/Source/Mac",
"frameworks": [
"OpenGLES",
"CoreMedia",
"QuartzCore",
"AVFoundation"
]
}
}