| { |
| "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": [ |
| |
| ] |
| } |
| } |