blob: 7953a89eb24f2a6144af38df2018f88873cc4bac [file] [log] [blame]
{
"name": "BlueBarSDK",
"version": "0.4",
"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.4"
},
"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
}