blob: 6188cbd2a6c91b3cc6368ccacfa372b5555fb5e4 [file] [log] [blame]
{
"name": "TimeZoneLocate",
"version": "0.5.0",
"summary": "Get a time zone for a location offline.",
"description": "This is a Swift port of the APTimeZones library with the support for Frameworks.\nGiven a CLLocation determine the timezone for that point without an internet connection (offline).",
"homepage": "https://github.com/modernistik/TimeZoneLocate",
"license": "MIT",
"authors": {
"Anthony Persaud": "persaud@modernistik.com"
},
"source": {
"git": "https://github.com/modernistik/TimeZoneLocate.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/modernistik",
"platforms": {
"ios": "10.0",
"tvos": "9.0",
"watchos": "5.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.0"
],
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TimeZoneLocate": [
"Pod/Assets/timezones.json"
]
},
"frameworks": [
"UIKit",
"CoreLocation"
],
"swift_version": "5.0"
}