[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 7 / 5 / 2 / TortoiseGraphics / 1.0.0-beta.3 / TortoiseGraphics.podspec.json
bloba29e62a620bdd179c925367d0debd1c599f6035c
2   "name": "TortoiseGraphics",
3   "version": "1.0.0-beta.3",
4   "summary": "A turtle graphics (a key feature of the Logo) engine written in Swift.",
5   "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.",
6   "homepage": "https://github.com/temoki/TortoiseGraphics",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "temoki",
12   "source": {
13     "git": "https://github.com/temoki/TortoiseGraphics.git",
14     "tag": "1.0.0-beta.3"
15   },
16   "social_media_url": "https://twitter.com/temoki",
17   "swift_versions": "5.1",
18   "source_files": "PlaygroundBook/Sources/Core/*",
19   "frameworks": "CoreGraphics",
20   "ios": {
21     "frameworks": "UIKit"
22   },
23   "platforms": {
24     "ios": "13.0"
25   },
26   "swift_version": "5.1"