blob: e5cce1b0d75a424e42240946d341a62fb5d77963 [file] [log] [blame]
{
"name": "LatLongToTimezone",
"version": "1.0.2",
"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"
},
"authors": {
"Andrew Kirmse": "akirmse@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/drtimcooper/LatLongToTimezone.git",
"tag": "1.0.2"
},
"source_files": "Classes/*.swift",
"exclude_files": "Classes/Exclude"
}