[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / f / 9 / TimeZoneLocate / 0.5.0 / TimeZoneLocate.podspec.json
blob6188cbd2a6c91b3cc6368ccacfa372b5555fb5e4
2   "name": "TimeZoneLocate",
3   "version": "0.5.0",
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.5.0"
14   },
15   "social_media_url": "https://twitter.com/modernistik",
16   "platforms": {
17     "ios": "10.0",
18     "tvos": "9.0",
19     "watchos": "5.0"
20   },
21   "swift_versions": [
22     "4.2",
23     "5.0",
24     "5.0"
25   ],
26   "source_files": "Pod/Classes/**/*",
27   "resource_bundles": {
28     "TimeZoneLocate": [
29       "Pod/Assets/timezones.json"
30     ]
31   },
32   "frameworks": [
33     "UIKit",
34     "CoreLocation"
35   ],
36   "swift_version": "5.0"