blob: a2b378495df2db540edcc742347dc52ee056d738 [file] [log] [blame]
{
"name": "TortoiseGraphics",
"version": "0.9.1",
"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 the turtle in Python 3 standard libraries.",
"homepage": "https://github.com/temoki/TortoiseGraphics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "temoki",
"source": {
"git": "https://github.com/temoki/TortoiseGraphics.git",
"tag": "0.9.1"
},
"social_media_url": "https://twitter.com/temoki",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source_files": "Sources/*",
"frameworks": "CoreGraphics",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"pushed_with_swift_version": "3.1"
}