blob: 9e29f5a54aee7be1bd5a6bd6601bf99db59446bd [file] [log] [blame]
{
"name": "TimeZoneLocate",
"version": "0.4.1",
"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.4.1"
},
"social_media_url": "https://twitter.com/modernistik",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"swift_version": "4.0",
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TimeZoneLocate": [
"Pod/Assets/timezones.json"
]
},
"frameworks": [
"UIKit",
"CoreLocation"
]
}