[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 2 / a / ShapeScript / 1.6.2 / ShapeScript.podspec.json
blob9936972c1ad82bca0069405103f650945a588aab
2   "name": "ShapeScript",
3   "version": "1.6.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "Scripting language for creating and manipulating 3D geometry",
9   "homepage": "https://github.com/nicklockwood/ShapeScript",
10   "authors": "Nick Lockwood",
11   "source": {
12     "git": "https://github.com/nicklockwood/ShapeScript.git",
13     "tag": "1.6.2"
14   },
15   "source_files": [
16     "ShapeScript",
17     "LRUCache/Sources",
18     "SVGPath/Sources"
19   ],
20   "requires_arc": true,
21   "dependencies": {
22     "Euclid": [
24     ]
25   },
26   "platforms": {
27     "ios": "11.0",
28     "osx": "10.13",
29     "tvos": "11.0"
30   }