blob: 2aac10539af35a8e3735546a7dc9769cdd6ced41 [file] [log] [blame]
{
"name": "BlueBarSDK",
"version": "0.5",
"summary": "Blue Sense Networks official iOS SDK for BlueBar beacons configuration and ProximitySense integration.",
"description": " This is the Blue Sense Networks official iOS SDK for BlueBar beacons configuration and ProximitySense integration.\n For more information please visit the Knowledge base section.\n",
"homepage": "http://BlueSenseNetworks.com",
"license": {
"type": "Copyright",
"text": "Copyright 2014 Blue Sense Networks ltd. All rights reserved."
},
"authors": {
"Blue Sense Networks": "contact@bluesensenetworks.com"
},
"social_media_url": "http://twitter.com/BlueSenseNet",
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/BlueSenseNetworks/iOS.git",
"tag": "0.5"
},
"public_header_files": "SDK/BlueBarSDK/includes/**/*.h",
"preserve_paths": "SDK/BlueBarSDK/**/*.*",
"source_files": "SDK/BlueBarSDK/**/*.h",
"vendored_libraries": "SDK/BlueBarSDK/lib/libBlueBarSDK.a",
"libraries": "BlueBarSDK",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"requires_arc": true
}