[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 8 / 1 / c / Geodesic / 1.0.0 / Geodesic.podspec.json
blob87c2e56564777623367ece437be0c4f6b48e5c17
2   "name": "Geodesic",
3   "version": "1.0.0",
4   "summary": "`CLLocationCoordinate2D` extensions for geodesic calculations.",
5   "description": "`CLLocationCoordinate2D` extensions for solving geodesic problems on an ellipsoid model of the Earth.",
6   "homepage": "https://github.com/sbooth/Geodesic.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Stephen Booth": "me@sbooth.org"
13   },
14   "social_media_url": "https://github.com/sbooth",
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "13.0",
18     "osx": "10.13"
19   },
20   "source": {
21     "git": "https://github.com/sbooth/Geodesic.git",
22     "tag": "v1.0.0"
23   },
24   "source_files": "Sources/**/*.swift",
25   "dependencies": {
26     "CGeodesic": [
27       "~> 2"
28     ]
29   },
30   "swift_version": "5.0"