blob: 6f646ec6e568176ede2aec2c357961b545bad023 [file] [log] [blame]
{
"name": "Trilateration",
"version": "0.0.4",
"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.4"
},
"public_header_files": "Trilateration/Trilateration.h",
"source_files": [
"Trilateration",
"Trilateration/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
]
}