blob: 2c402f7da41c9ba3d641e27e1ad7610d64b331df [file] [log] [blame]
{
"name": "EngageSDK-iOS",
"version": "1.6",
"summary": "A library to discover beacon based on UUID",
"description": "EngageSDK provide the becacon searching and also provode searching based on location",
"homepage": "https://www.proximipro.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sumit Goswami": "sumit.g@simformsolutions.com"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/simformsolutions/iOS-EngageSDK.git",
"tag": "1.6"
},
"ios": {
"vendored_frameworks": [
"EngageSDKFrameworks/Frameworks/EngageSDK.framework"
]
},
"public_header_files": "EngageSDKFrameworks/Frameworks/EngageSDK.framework/Headers/*.h",
"source_files": "EngageSDKFrameworks/Frameworks/EngageSDK.framework/Headers/*.h",
"frameworks": "UIKit",
"dependencies": {
"SQLite.swift": [
"~> 0.12.2"
],
"ReachabilitySwift": [
"~> 4.3.1"
]
},
"swift_version": "5.0"
}