blob: 9bd6d6a2dec7842fe9ebb86291048d9e807ca8fe [file] [log] [blame]
{
"name": "GPUImage",
"version": "0.1.1",
"license": "BSD",
"platforms": {
"ios": null
},
"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/BradLarson/GPUImage.git",
"tag": "0.1.1"
},
"source_files": "framework/Source/**/*.{h,m}",
"resources": "framework/Resources/*.png",
"osx": {
"exclude_files": "framework/Source/iOS/**/*.{h,m}"
},
"ios": {
"exclude_files": "framework/Source/Mac/**/*.{h,m}"
},
"frameworks": [
"OpenGLES",
"CoreVideo",
"CoreMedia",
"QuartzCore",
"AVFoundation"
],
"requires_arc": true
}