[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 1 / 3 / WolfGeometry / 2.1.1 / WolfGeometry.podspec.json
blob216c56bca90ea52ac582597d234742e5a9e74e97
2   "name": "WolfGeometry",
3   "version": "2.1.1",
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": "2.1.1"
16   },
17   "source_files": "WolfGeometry/Classes/**/*",
18   "swift_version": "4.2",
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   }