blob: c6a36c2ee8c4183525db08dbad83b9880611e941 [file] [log] [blame]
{
"name": "GPS",
"version": "0.1.3",
"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"
},
"swift_version": "3.0",
"platforms": {
"ios": "8.0"
},
"source_files": "GPS/Classes/**/*",
"frameworks": "CoreLocation"
}