blob: 007f673430ba9facd5391448f16e0b44579ae71f [file] [log] [blame]
{
"name": "Trilateration3D",
"version": "0.1.0",
"summary": "Perform Trilateration using 3points.",
"description": "Swift implementation of the Trilateration derivation found on wikipedia.\nFinds a Possition from 3 known positions and their distance from the position we are looking for.\n\nThis library does not depends on other libraries, it includes the geometric functions needed to solve the trilateration.\n\nCode based on js adaptation of the derivation found on wikipedia.\nGithub of where code is based off: https://github.com/gheja/trilateration.js\nWikipedia page of Trilateration: https://en.wikipedia.org/wiki/Trilateration",
"homepage": "https://github.com/pudipudi/Trilateration3D",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pudipudi": "ludovic.marchand@hotmail.be"
},
"source": {
"git": "https://github.com/pudipudi/Trilateration3D.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Trilateration3D/Classes/**/*",
"pushed_with_swift_version": "3.0"
}