blob: 01619b263cd3b474c5dee011dcdafa0cadba15a6 [file] [log] [blame]
{
"name": "Trilateration",
"version": "0.0.3",
"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.3"
},
"public_header_files": "Trilateration/Trilateration.h",
"source_files": [
"Trilateration",
"Trilateration/**/*.{h,m}"
]
}