[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241227
[CocoaPods.git] / Specs / f / 4 / b / HyperTrack / 0.8.1 / HyperTrack.podspec.json
blob3797775b54d050714191b42be2ca88d082806487
2   "name": "HyperTrack",
3   "version": "0.8.1",
4   "summary": "HyperTrack - The location SDK",
5   "license": {
6     "type": "Copyright",
7     "text": "Copyright (c) 2018 HyperTrack, Inc. (https://www.hypertrack.com)"
8   },
9   "homepage": "https://www.hypertrack.com",
10   "authors": "HyperTrack",
11   "source": {
12     "http": "https://s3-us-west-2.amazonaws.com/hypertrack-ios-sdk/HyperTrack/0.8.1.zip"
13   },
14   "dependencies": {
15     "Alamofire": [
16       "4.8.2"
17     ],
18     "SQLite.swift": [
19       "0.11.5"
20     ],
21     "CocoaLumberjack/Swift": [
22       "3.5.0"
23     ]
24   },
25   "platforms": {
26     "ios": "9.0"
27   },
28   "swift_version": "4.2",
29   "requires_arc": true,
30   "module_name": "HyperTrack",
31   "pod_target_xcconfig": {
32     "GCC_PREPROCESSOR_DEFINITIONS": "PRODUCTION"
33   },
34   "public_header_files": "HyperTrack/*.h",
35   "source_files": [
36     "HyperTrack/*.swift",
37     "HyperTrack/*/*.swift",
38     "HyperTrack/*.h",
39     "HyperTrack/*/*/*.swift",
40     "HyperTrack/*/*/*/*.swift"
41   ],
42   "resource_bundles": {
43     "HyperTrack": [
44       "HyperTrack/Resources/*.xcassets",
45       "HyperTrack/Resources/*.xib"
46     ]
47   },
48   "libraries": "sqlite3",
49   "frameworks": "SystemConfiguration"