blob: 3e986099b44ab154b84bc11bc25498955c95be22 [file] [log] [blame]
{
"name": "ZFHaversine",
"version": "0.3",
"summary": "Objective-C implementation of the Haversine formula & Spherical Law of Cosines used to find the distance between two GPS coordinates.",
"homepage": "https://github.com/flightblog/ZFHaversine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steve Foster": "foster@flightblog.org"
},
"source": {
"git": "https://github.com/flightblog/ZFHaversine.git",
"tag": "0.3"
},
"platforms": {
"ios": null
},
"source_files": "ZFHaversine/*",
"requires_arc": true
}