blob: 2ffad03ccd09d5ad9b247723d17c573e54f20a18 [file] [log] [blame]
{
"name": "GPS",
"version": "0.1.3.1",
"summary": "GPS provides a library for performing essential offline tasks involving GPS coordinates and earthly triginometric formulas.",
"description": "GPS provides a library for performing essential offline tasks involving GPS coordinates and earthly triginometric formulas. GPS provides formulas for distances, day durations, sunrise sunset, distance to horizon and more.",
"homepage": "https://github.com/arr00/GPS-pod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arr00": "aryeh@aryehgreenberg.com"
},
"source": {
"git": "https://github.com/arr00/GPS-pod.git",
"tag": "0.1.3.1"
},
"swift_version": "3.0",
"platforms": {
"ios": "8.0"
},
"documentation_url": "https://arr00.github.io/GPS-pod/",
"source_files": "GPS/Classes/**/*",
"frameworks": "CoreLocation"
}