blob: 99155c8706caf815a3b693a891481ff940b135f6 [file] [log] [blame]
{
"name": "SensorbergSDK",
"version": "2.6",
"summary": "iOS SDK for handling iBeacon technology via the Sensorberg Platform",
"description": "iOS SDK for handling iBeacon technology via the [Sensorberg 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.6"
},
"source_files": [
"SensorbergSDK/*.{h,m}",
"SensorbergSDK/**/*.{h,m}"
],
"public_header_files": [
"SensorbergSDK/*.h",
"SensorbergSDK/Categories/*.h"
],
"frameworks": [
"UIKit",
"CoreBluetooth",
"Security",
"CoreTelephony",
"CoreLocation",
"SystemConfiguration",
"MobileCoreServices",
"CoreMotion"
],
"requires_arc": true,
"dependencies": {
"tolo": [
"~> 1.0"
],
"JSONModel": [
"~> 1.7"
],
"UICKeyChainStore": [
"~> 2.0"
],
"ObjCGeoHash": [
]
}
}