blob: ad19d04b96807d2f3717b2caa109e85c76978e0a [file] [log] [blame]
{
"name": "TimeZoneLocate",
"version": "0.3.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.3.1"
},
"social_media_url": "https://twitter.com/modernistik",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TimeZoneLocate": [
"Pod/Assets/timezones.json"
]
},
"frameworks": [
"UIKit",
"CoreLocation"
],
"pushed_with_swift_version": "3.0"
}