blob: 061ea7e8ffa1c52d9b8ad7c568ef0b42c86cae8b [file] [log] [blame]
{
"name": "LatLongToTimezone",
"version": "1.1.6",
"summary": "Convert a latitude and longitude to a time zone string or TimeZone",
"description": "Converts a CLLocationCoordinate2D to a time zone identifier or TimeZone.\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",
"osx": "10.9"
},
"source": {
"git": "https://github.com/drtimcooper/LatLongToTimezone.git",
"tag": "1.1.6"
},
"source_files": "Classes/*.swift",
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}