[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / 6 / ProxicloudSDK / 2.3.0 / ProxicloudSDK.podspec.json
blob0c1261e3f13ba978c88ca45b42093d4be83d0ef6
2   "name": "ProxicloudSDK",
3   "version": "2.3.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.3.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "ProxicloudSDK/**/**/*.{h,m}",
22   "static_framework": true,
23   "dependencies": {
24     "JSONModel": [
25       "~> 1.1"
26     ],
27     "tolo": [
29     ],
30     "UICKeyChainStore": [
31       "~> 2.0"
32     ],
33     "ObjCGeoHash": [
35     ],
36     "Firebase": [
38     ],
39     "FirebaseInstanceID": [
41     ],
42     "FirebaseMessaging": [
44     ]
45   }