blob: 968957be5a3566d02f14a55f0deaff9c36cd4f7a [file] [log] [blame]
{
"name": "RDGPUImage",
"version": "0.1.0",
"license": "BSD",
"platforms": {
"ios": null
},
"summary": "Versioned fork of GPUImage",
"homepage": "https://github.com/BradLarson/GPUImage",
"authors": {
"Brad Larson": "contact@sunsetlakesoftware.com"
},
"source": {
"git": "https://github.com/reigndesign/GPUImage.git",
"tag": "0.1.0"
},
"source_files": "framework/Source/**/*.{h,m}",
"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
}