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