blob: 263aac43b65535152287bac97c927ffe26ef3a4a [file] [log] [blame]
{
"name": "LatLongToTimezone",
"version": "1.0.4",
"summary": "Convert a latitude and longitude to a time zone string or NSTimeZone",
"description": "Converts a CLLocationCoordinate2D to a time zone identifier or NSTimeZone.\nUses polygonal regions with accuracy at worst ~2km. Works entirely offline.",
"homepage": "https://github.com/drtimcooper/LatLongToTimezone",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Andrew Kirmse": "akirmse@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/drtimcooper/LatLongToTimezone.git",
"tag": "1.0.4"
},
"source_files": "Classes/*.swift",
"exclude_files": "Classes/Exclude"
}