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