[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / 3 / 6 / EngageSDK-iOS / 1.3 / EngageSDK-iOS.podspec.json
bloba7c26b8850c4ad7416d0e6dc9cbf2bdab4523ab1
2   "name": "EngageSDK-iOS",
3   "version": "1.3",
4   "summary": "A library to discover beacon based on UUID",
5   "description": "EngageSDK provide the becacon searching and also provode searching based on location",
6   "homepage": "https://www.proximipro.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sumit Goswami": "sumit.g@simformsolutions.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/simformsolutions/iOS-EngageSDK.git",
20     "tag": "1.3"
21   },
22   "ios": {
23     "vendored_frameworks": [
24       "EngageSDKFrameworks/Frameworks/EngageSDK.framework"
25     ]
26   },
27   "public_header_files": "EngageSDKFrameworks/Frameworks/EngageSDK.framework/Headers/*.h",
28   "source_files": "EngageSDKFrameworks/Frameworks/EngageSDK.framework/Headers/*.h",
29   "frameworks": "UIKit",
30   "dependencies": {
31     "SQLite.swift": [
32       "~> 0.12.2"
33     ],
34     "ReachabilitySwift": [
35       "~> 4.3.1"
36     ]
37   },
38   "swift_version": "5.0"