blob: ea4ac1af15564323461f5b5a2d94b192d417def6 [file] [log] [blame]
{
"name": "ProxicloudSDK",
"version": "2.2.6",
"summary": "iOS SDK for handling iBeacon technology via the Proxi Cloud Beacon Management Platform.",
"description": "SDK features\nScanning for Bluetooth beacons and reacting accordingly when detecting one correlated with an action defined in the proxi.cloud panel\nObserving rough location for detecting presence inside a defined geofence. Reacting accordingly to actions created in the proxi.cloud panel\nScanning for WiFi networks - reacting if a detected network is connected to an action in the proxi.cloud panel\nReacting and executing actions set in the proxi.cloud panel based if the user belongs to a defined segment.\n\nMore details at https://developer.proxi.cloud",
"homepage": "https://developer.proxi.cloud/ios/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Proxi Cloud": "support@proxi.cloud"
},
"source": {
"git": "https://gitlab.com/proxi.cloud/ios-sdk.git",
"tag": "2.2.6"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ProxicloudSDK/**/**/*.{h,m}",
"static_framework": true,
"dependencies": {
"JSONModel": [
"~> 1.1"
],
"tolo": [
],
"UICKeyChainStore": [
"~> 2.0"
],
"ObjCGeoHash": [
],
"Firebase": [
]
}
}