blob: e8a403a99cf3676f27a3a81bf5ffb379373f0259 [file] [log] [blame]
{
"name": "TimeZoneLocate",
"version": "0.3.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.3.0"
},
"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"
}