[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / f / 9 / TimeZoneLocate / 0.1.0 / TimeZoneLocate.podspec.json
blob6b188a9d65b5bfcb49e1e71a2679004f3075e32e
2   "name": "TimeZoneLocate",
3   "version": "0.1.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.1.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   ]