[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 5 / 2 / TortoiseGraphics / 0.15.0 / TortoiseGraphics.podspec.json
blob552a32a639688dd1f56b641cc3cb620ab35401ef
2   "name": "TortoiseGraphics",
3   "version": "0.15.0",
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": "0.15.0"
15   },
16   "social_media_url": "https://twitter.com/temoki",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.10"
20   },
21   "source_files": "Sources/*",
22   "frameworks": "CoreGraphics",
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "osx": {
27     "frameworks": "AppKit"
28   }