blob: b4f9b415f9dd9ff2ac5755ee164eb3378e29a9c3 [file] [log] [blame]
{
"name": "Image",
"version": "2.1.0",
"summary": "SwiftGL Image Library",
"description": "The SwiftGL image library allows for platform independent loading of images. Currently BMP, PNG, and GIF are supported.",
"homepage": "https://github.com/SwiftGL/Image",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AE9RB": "dturnbull@gmail.com"
},
"source": {
"git": "https://github.com/SwiftGL/Image.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "Sources/SGLImage/*.swift"
}