blob: 133801d2d6eb7124790ad401b42d47468e1ae19e [file] [log] [blame]
{
"name": "SensorbergSDK",
"version": "0.7.2",
"platforms": {
"ios": "7.0"
},
"summary": "iOS SDK for handling iBeacon technology via the Sensorberg Beacon Management Platform.",
"homepage": "https://github.com/sensorberg-dev/ios-sdk",
"documentation_url": "http://sensorberg-dev.github.io/ios-sdk/0.7.2/",
"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.2"
},
"ios": {
"vendored_frameworks": "SensorbergSDK.framework"
},
"frameworks": [
"CoreBluetooth",
"CoreGraphics",
"CoreLocation",
"Foundation",
"MobileCoreServices",
"Security",
"SystemConfiguration"
],
"requires_arc": true,
"compiler_flags": {
"CLANG_ENABLE_MODULES": "1",
"CLANG_MODULES_AUTOLINK": "1"
},
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SENSORBERGSDK_VERSION=\"@\\\"0.7.2\\\"\""
}
}