blob: 568291d469e78e7afc81d67a862ea571efb167fa [file] [log] [blame]
{
"name": "ProximitySenseSDK",
"version": "1.2.0",
"source": {
"git": "https://github.com/BlueSenseNetworks/iOS.git",
"tag": "ProximitySenseSDK-1.2.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.\nFor more information please visit the Knowledge base section.",
"homepage": "http://ProximitySense.com",
"license": {
"type": "Copyright",
"text": "Copyright 2015 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",
"exclude_files": "SDK/ProximitySenseSDK/**/*.m",
"vendored_libraries": "SDK/ProximitySenseSDK/lib/libProximitySenseSDK.a",
"libraries": "ProximitySenseSDK",
"frameworks": [
"UIKit",
"Foundation",
"CoreLocation"
],
"requires_arc": true
}