blob: 70e5ef27932da065b75f42b212a65d01e568ef65 [file] [log] [blame]
{
"name": "SGLOpenGL",
"version": "3.1.0",
"summary": "SwiftGL OpenGL Library",
"description": "The SwiftGL OpenGL library allows for easy acess of OpenGL API from Swfit on macOS.",
"homepage": "https://github.com/SwiftGL/OpenGL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AE9RB": "dturnbull@gmail.com"
},
"source": {
"git": "https://github.com/SwiftGL/OpenGL.git",
"tag": "3.1.0"
},
"platforms": {
"osx": "10.11"
},
"osx": {
"source_files": "Sources/SGLOpenGL/*.swift"
}
}