blob: e62ddc82cd4f900b38ea5b91268199f467a1211c [file] [log] [blame]
{
"name": "SensorbergSDK",
"version": "1.0.7",
"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": "https://developer.sensorberg.com/ios",
"social_media_url": "https://twitter.com/sensorberg",
"authors": {
"Sensorberg": "info@sensorberg.com"
},
"license": {
"type": "Copyright",
"text": "Copyright 2013-2015 Sensorberg GmbH. All rights reserved."
},
"source": {
"git": "https://github.com/sensorberg-dev/ios-sdk.git",
"tag": "1.0.7"
},
"public_header_files": "SensorbergSDK/*.h",
"source_files": "SensorbergSDK/**/*.{h,m}",
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 2.5"
],
"MSWeakTimer": [
"~> 1.1.0"
]
},
"frameworks": [
"CoreBluetooth",
"CoreGraphics",
"CoreLocation",
"Foundation",
"MobileCoreServices",
"Security",
"SystemConfiguration"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SENSORBERGSDK_VERSION=\"@\\\"1.0.7\\\"\"",
"CLANG_ENABLE_MODULES": "YES",
"CLANG_MODULES_AUTOLINK": "YES"
}
}