[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 4 / f / 9 / TimeZoneLocate / 0.4.1 / TimeZoneLocate.podspec.json
blob9e29f5a54aee7be1bd5a6bd6601bf99db59446bd
2   "name": "TimeZoneLocate",
3   "version": "0.4.1",
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.1"
14   },
15   "social_media_url": "https://twitter.com/modernistik",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0"
19   },
20   "swift_version": "4.0",
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "TimeZoneLocate": [
24       "Pod/Assets/timezones.json"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "CoreLocation"
30   ]