blob: 5f596497c29f7006c17bc9f68eb6fc36cb88d721 [file] [log] [blame]
{
"name": "SensorbergSDK",
"version": "0.7.4",
"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.4/",
"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.4"
},
"ios": {
"vendored_frameworks": "SensorbergSDK.framework"
},
"frameworks": [
"CoreBluetooth",
"CoreGraphics",
"CoreLocation",
"Foundation",
"MobileCoreServices",
"Security",
"SystemConfiguration"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SENSORBERGSDK_VERSION=\"@\\\"0.7.4\\\"\""
}
}