[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 3 / f / CGeodesic / 2.1.0 / CGeodesic.podspec.json
blob2588c3cae5417126be3155df9a3100f69fb7ed44
2   "name": "CGeodesic",
3   "version": "2.1.0",
4   "summary": "A library to solve geodesic problems on an ellipsoid model of the Earth.",
5   "description": "A library to solve geodesic problems on an ellipsoid model of the Earth using the C implementation of the geodesic routines in [GeographicLib](https://github.com/geographiclib/geographiclib-c/).",
6   "homepage": "https://github.com/sbooth/CGeodesic.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   "platforms": {
16     "ios": "12.0",
17     "osx": "10.13"
18   },
19   "source": {
20     "git": "https://github.com/sbooth/CGeodesic.git",
21     "tag": "2.1.0"
22   },
23   "source_files": "Sources/**/*.{h,c}",
24   "public_header_files": "Sources/**/*.h",
25   "libraries": "m"