blob: 4b3693738440888deb9c857a4a53bfe543fe2611 [file] [log] [blame]
{
"name": "ProximitySenseSDK",
"version": "1.0.0",
"source": {
"git": "https://github.com/BlueSenseNetworks/iOS.git",
"tag": "ProximitySenseSDK-1.0.0"
},
"summary": "Blue Sense Networks official iOS SDK for integration with the ProximitySense cloud platform.",
"description": " This is the Blue Sense Networks official iOS SDK for integration with the ProximitySense cloud platform.\n For more information please visit the Knowledge base section.\n",
"homepage": "http://ProximitySense.com",
"license": {
"type": "Copyright",
"text": "Copyright 2014 Blue Sense Networks ltd. All rights reserved."
},
"authors": {
"Vladimir Petrov": "vlad@bluesensenetworks.com",
"Blue Sense Networks": "contact@bluesensenetworks.com"
},
"social_media_url": "http://twitter.com/ProximitySense",
"platforms": {
"ios": "7.0"
},
"public_header_files": "SDK/ProximitySenseSDK/**/*.h",
"preserve_paths": "SDK/ProximitySenseSDK/**/*.*",
"source_files": "SDK/ProximitySenseSDK/**/*.h",
"vendored_libraries": "SDK/ProximitySenseSDK/lib/libProximitySenseSDK.a",
"libraries": "ProximitySenseSDK",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"requires_arc": true
}