blob: 56874db43c2d63590393e65979ae4995f0bc2dae [file] [log] [blame]
{
"name": "TortoiseGraphics",
"version": "0.1.0",
"summary": "A turtle graphics (a key feature of the Logo) engine written in Swift.",
"description": "A turtle graphics (a key feature of the Logo) engine written in Swift. The commands were implemented with reference to ACSLogo.",
"homepage": "http://temoki.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "temoki",
"source": {
"git": "https://github.com/temoki/TortoiseGraphics.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/temoki",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source_files": "Sources/*",
"frameworks": "CoreGraphics",
"pushed_with_swift_version": "3.1"
}