blob: 112aa95e24d9a00cf1d639154088fb4a33dbbc2e [file] [log] [blame]
{
"name": "WolfGraphics",
"version": "1.0.0",
"summary": "A framework for graphics and geometry.",
"homepage": "https://github.com/wolfmcnally/WolfGraphics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfGraphics.git",
"tag": "1.0.0"
},
"source_files": "Sources/WolfGraphics/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfGraphics",
"dependencies": {
"WolfColor": [
],
"WolfGeometry": [
],
"WolfImage": [
]
}
}