blob: e2cf1db1ad661146d2bc5b4619fb011c530fbc8a [file] [log] [blame]
{
"name": "GLImage",
"version": "0.0.3",
"summary": "image sdk for processing with opengles",
"homepage": "http://blog.sina.com.cn/jefffyangdis",
"license": {
"type": "MIT",
"text": "LICENSE"
},
"authors": {
"jefffyang": "jefffyang@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jeffjuliet/GLImage.git",
"tag": "0.0.3"
},
"source_files": "GLImage/**/*.{h,m}",
"ios": {
"frameworks": [
"OpenGLES",
"CoreMedia"
]
},
"requires_arc": true,
"public_header_files": "GLImage/**/*.h"
}