blob: c24a05b43d25eaa7c3f3bf9506ae6d6f269bc03d [file] [log] [blame]
{
"name": "vincenty",
"version": "1.0.3",
"summary": "Compute vincenty distance in Swift",
"description": "see https://github.com/dastrobu/vincenty.",
"homepage": "https://github.com/dastrobu/vincenty",
"license": {
"type": "Apache-2.0"
},
"authors": "Daniel Strobusch",
"swift_versions": "4.1",
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/dastrobu/vincenty.git",
"tag": "1.0.3"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"exclude_files": ".travis.yml",
"swift_version": "4.1"
}