blob: e87f1d645d02fcce757549cb0a5526e96b83e181 [file] [log] [blame]
{
"name": "Trilateration",
"version": "0.0.5",
"summary": "Trilateration for iOS based on located Beacons.",
"description": "Get your position with trilateration using located Beacons.\nAssign latitude and logitude to your beacons and get your location using trilateration.",
"homepage": "https://github.com/sergiog90/Trilateration",
"screenshots": "https://raw.githubusercontent.com/sergiog90/Trilateration/master/Screenshots/01.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergio GarcĂ­a": "sergiogm.amurrio@gmail.com"
},
"social_media_url": "https://twitter.com/sergio_g90",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/sergiog90/Trilateration.git",
"tag": "0.0.5"
},
"public_header_files": "Trilateration/Trilateration.h",
"source_files": "Trilateration/Trilateration.h",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
]
}