blob: a29e62a620bdd179c925367d0debd1c599f6035c [file] [log] [blame]
{
"name": "TortoiseGraphics",
"version": "1.0.0-beta.3",
"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": "1.0.0-beta.3"
},
"social_media_url": "https://twitter.com/temoki",
"swift_versions": "5.1",
"source_files": "PlaygroundBook/Sources/Core/*",
"frameworks": "CoreGraphics",
"ios": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "13.0"
},
"swift_version": "5.1"
}