blob: 56bec1f98cd521ad474350f4d49811c53aa9056d [file] [log] [blame]
{
"name": "TortoiseGraphics",
"version": "0.5.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": "https://github.com/temoki/TortoiseGraphics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "temoki",
"source": {
"git": "https://github.com/temoki/TortoiseGraphics.git",
"tag": "0.5.0"
},
"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"
}