blob: 17ed6a496a93099b2cb0d180417e1d127e947bb8 [file] [log] [blame]
{
"name": "MTGPUImage",
"version": "1.0.0",
"license": "BSD",
"summary": "An open source iOS framework for GPU-based image and video processing.",
"homepage": "https://github.com/ShengQiangLiu/MTGPUImage",
"authors": {
"ShengQiangLiu": "1365688791@qq.com"
},
"source": {
"git": "https://github.com/ShengQiangLiu/MTGPUImage.git",
"tag": "1.0.0"
},
"source_files": "framework/Source/**/*.{h,m}",
"resources": "framework/Resources/*.png",
"requires_arc": true,
"xcconfig": {
"CLANG_MODULES_AUTOLINK": "YES"
},
"platforms": {
"ios": "5.0"
},
"ios": {
"frameworks": [
"OpenGLES",
"CoreMedia",
"QuartzCore",
"AVFoundation"
]
}
}