blob: 76332b6cefb36f5df0e6e153fe1ca5726e3f0514 [file] [log] [blame]
{
"name": "GPUImage-Goonbee",
"version": "0.1.6.1",
"license": "BSD",
"platforms": {
"ios": "5.0"
},
"summary": "Fork of Brad Larson's GPUImage",
"homepage": "https://github.com/lmirosevic/GPUImage",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"source": {
"git": "https://github.com/lmirosevic/GPUImage.git",
"tag": "goonbee-0.1.6.1"
},
"source_files": "framework/Source/**/*.{h,m}",
"resources": "framework/Resources/*.png",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"exclude_files": "framework/Source/Mac/**/*.{h,m}",
"frameworks": [
"OpenGLES",
"CoreMedia",
"QuartzCore",
"AVFoundation"
]
}