blob: 1452e0d11ff6df7f5d546394cb9d95710b30ec28 [file] [log] [blame]
{
"name": "SensorbergSDK",
"version": "2.2",
"summary": "iOS SDK for handling iBeacon technology via the Sensorberg Beacon Management Platform",
"description": "iOS SDK for handling iBeacon technology via the [Sensorberg Beacon Management Platform](https://www.sensorberg.com).",
"homepage": "https://www.sensorberg.com",
"license": "MIT",
"authors": {
"Sensorberg GmbH": "info@sensorberg.com"
},
"social_media_url": "https://twitter.com/sensorberg",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sensorberg-dev/ios-sdk.git",
"tag": "2.2"
},
"source_files": [
"SensorbergSDK/*.{h,m}",
"SensorbergSDK/**/*.{h,m}"
],
"public_header_files": [
"SensorbergSDK/*.h",
"SensorbergSDK/Categories/*.h"
],
"frameworks": [
"UIKit",
"CoreBluetooth",
"Security",
"CoreTelephony",
"CoreLocation",
"SystemConfiguration",
"MobileCoreServices"
],
"requires_arc": true,
"dependencies": {
"tolo": [
"~> 1.0"
],
"JSONModel": [
"~> 1.1"
],
"UICKeyChainStore": [
"~> 2.0"
],
"objc-geohash": [
"~> 0.0"
]
}
}