blob: 9c8533ba8526916b45bde7a9b5d9cbbd79d0918a [file] [log] [blame]
{
"name": "ProxicloudSDK",
"version": "2.0.4",
"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.0.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ProxicloudSDK/**/**/*.{h,m}",
"dependencies": {
"JSONModel": [
"~> 1.1"
],
"tolo": [
],
"UICKeyChainStore": [
"~> 2.0"
],
"ObjCGeoHash": [
]
}
}