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