[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / f / 9 / TimeZoneLocate / 0.4.3 / TimeZoneLocate.podspec.json
blob1f057950b9707c3f7b97784c8f7f7bc23fd31247
2   "name": "TimeZoneLocate",
3   "version": "0.4.3",
4   "summary": "Get a time zone for a location offline.",
5   "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).",
6   "homepage": "https://github.com/modernistik/TimeZoneLocate",
7   "license": "MIT",
8   "authors": {
9     "Anthony Persaud": "persaud@modernistik.com"
10   },
11   "source": {
12     "git": "https://github.com/modernistik/TimeZoneLocate.git",
13     "tag": "0.4.3"
14   },
15   "social_media_url": "https://twitter.com/modernistik",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0",
19     "watchos": "5.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "TimeZoneLocate": [
25       "Pod/Assets/timezones.json"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "CoreLocation"
31   ]