[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 7 / d / H3kit / 3.7.1 / H3kit.podspec.json
blobf142522000fd5aca130a55d47c8e840a17c716aa
2   "name": "H3kit",
3   "version": "3.7.1",
4   "summary": "iOS/Swift wrapper over Uber H3 from https://github.com/uber/h3",
5   "description": "iOS/Swift wrapper over Uber H3 from https://github.com/uber/h3 that can we used with Swift.",
6   "homepage": "https://github.com/ehmjaysee/H3kit",
7   "license": "Apache 2.0 License",
8   "authors": {
9     "Mike Chartier": "ehmjaysee@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/ehmjaysee/H3kit.git",
13     "tag": "3.7.1"
14   },
15   "source_files": [
16     "src/h3lib/*.{c,h}*",
17     "src/swift/*.swift"
18   ],
19   "swift_versions": [
20     "4.0",
21     "4.2",
22     "5.0"
23   ],
24   "static_framework": true,
25   "public_header_files": "src/h3lib/h3api.h",
26   "platforms": {
27     "ios": "9.0"
28   },
29   "pod_target_xcconfig": {
30     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
31     "CLANG_WARN_STRICT_PROTOTYPES": "NO"
32   },
33   "swift_version": "5.0"