[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / e / a / 6 / ProxicloudSDK / 2.2.0 / ProxicloudSDK.podspec.json
blob8b13449da331c772bf675462303394ad97578ff3
2   "name": "ProxicloudSDK",
3   "version": "2.2.0",
4   "summary": "iOS SDK for handling iBeacon technology via the Proxi Cloud Beacon Management Platform.",
5   "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",
6   "homepage": "https://developer.proxi.cloud/ios/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Proxi Cloud": "support@proxi.cloud"
13   },
14   "source": {
15     "git": "https://gitlab.com/proxi.cloud/ios-sdk.git",
16     "tag": "2.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "ProxicloudSDK/**/**/*.{h,m}",
22   "dependencies": {
23     "JSONModel": [
24       "~> 1.1"
25     ],
26     "tolo": [
28     ],
29     "UICKeyChainStore": [
30       "~> 2.0"
31     ],
32     "ObjCGeoHash": [
34     ]
35   }