[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / f / 9 / TimeZoneLocate / 0.3.0 / TimeZoneLocate.podspec.json
blobe8a403a99cf3676f27a3a81bf5ffb379373f0259
2   "name": "TimeZoneLocate",
3   "version": "0.3.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.3.0"
14   },
15   "social_media_url": "https://twitter.com/modernistik",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "TimeZoneLocate": [
23       "Pod/Assets/timezones.json"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "CoreLocation"
29   ],
30   "pushed_with_swift_version": "3.0"