[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 2 / 5 / SGLOpenGL / 3.1.0 / SGLOpenGL.podspec.json
blob70e5ef27932da065b75f42b212a65d01e568ef65
2   "name": "SGLOpenGL",
3   "version": "3.1.0",
4   "summary": "SwiftGL OpenGL Library",
5   "description": "The SwiftGL OpenGL library allows for easy acess of OpenGL API from Swfit on macOS.",
6   "homepage": "https://github.com/SwiftGL/OpenGL",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AE9RB": "dturnbull@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SwiftGL/OpenGL.git",
16     "tag": "3.1.0"
17   },
18   "platforms": {
19     "osx": "10.11"
20   },
21   "osx": {
22     "source_files": "Sources/SGLOpenGL/*.swift"
23   }