[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / 3 / WolfGeometry / 4.0.0 / WolfGeometry.podspec.json
blobd9bcf29fb1a39678629afab22d64e5d184097710
2   "name": "WolfGeometry",
3   "version": "4.0.0",
4   "summary": "Swift methods, types, and extensions for doing geometrical calculations.",
5   "homepage": "https://github.com/wolfmcnally/WolfGeometry",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wolf McNally": "wolf@wolfmcnally.com"
12   },
13   "source": {
14     "git": "https://github.com/wolfmcnally/WolfGeometry.git",
15     "tag": "4.0.0"
16   },
17   "source_files": "Sources/WolfGeometry/**/*",
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.3",
21     "osx": "10.13",
22     "tvos": "11.0"
23   },
24   "module_name": "WolfGeometry",
25   "dependencies": {
26     "ExtensibleEnumeratedName": [
28     ],
29     "WolfNumerics": [
31     ],
32     "WolfStrings": [
34     ],
35     "WolfFoundation": [
37     ]
38   }