blob: 66b336b18446cd9a5e1c1313412dfed9582af3ce [file] [log] [blame]
{
"name": "SGLImage",
"version": "2.2.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.2.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "Sources/SGLImage/*.swift"
}