blob: 6e15ebcdc38027ddd2a56f215bd4816b17f3cb86 [file] [log] [blame]
{
"name": "SensorbergSDK",
"version": "0.7.0",
"summary": "iOS SDK for handling iBeacon technology via the Sensorberg Beacon Management Platform.",
"homepage": "http://www.sensorberg.com",
"social_media_url": "https://twitter.com/sensorberg",
"authors": {
"Max Horvath": "max@sensorberg.com"
},
"license": {
"type": "Copyright",
"text": "Copyright 2013-2014 Sensorberg GmbH. All rights reserved."
},
"source": {
"git": "https://github.com/sensorberg-dev/ios-sdk.git",
"tag": "0.7.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "SensorbergSDK.framework"
},
"frameworks": [
"CoreBluetooth",
"CoreGraphics",
"CoreLocation",
"Foundation",
"MobileCoreServices",
"Security",
"SystemConfiguration"
],
"compiler_flags": {
"CLANG_ENABLE_MODULES": "1",
"CLANG_MODULES_AUTOLINK": "1"
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC"
}
}