blob: 7d1cec526cd934a479670d381103763edd4292f9 [file] [log] [blame]
{
"name": "UIGLKit",
"version": "0.0.1",
"summary": "An animation framework empowered by OpenGL ES.",
"description": " A UIKit friendly animation framework empowered by OpenGL ES.\n",
"homepage": "https://github.com/WeZZard/UIGLKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WeZZard": "wezzardlau@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/WeZZard/UIGLKit.git",
"tag": "0.0.1"
},
"source_files": [
"UIGLKit",
"UIGLKit/*.swift",
"UIGLKit/**/*.swift",
"UIGLKit/**/**/*.swift"
],
"dependencies": {
"Nest.swift": [
],
"SwiftExt": [
]
}
}