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