blob: bd3f1f003cc3f5a435393e2b1c96db2bd550e45e [file] [log] [blame]
{
"name": "LatLongToTimezone",
"version": "1.1.1",
"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"
},
"source": {
"git": "https://github.com/drtimcooper/LatLongToTimezone.git",
"tag": "1.1.1"
},
"source_files": "Classes/*.swift",
"exclude_files": "Classes/Exclude",
"xcconfig": {
"SWIFT_VERSION": "3.0"
}
}