[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 2 / 1 / 3 / WolfGeometry / 1.0 / WolfGeometry.podspec.json
blobc322886cfb0f2f41a3e0135e10e1dc5733552658
2   "name": "WolfGeometry",
3   "version": "1.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": "1.0"
16   },
17   "source_files": "WolfGeometry/Classes/**/*",
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "10.0",
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   }