blob: b8e6159d7816bb039d8d6433df634e46f282deec [file] [log] [blame]
{
"name": "NearbyMessages",
"version": "0.9.4",
"summary": "Exchange data with devices that are nearby",
"description": "This library lets iOS devices exchange data with other devices (iOS, Android, Chrome on laptops) that are nearby.",
"homepage": "https://developers.google.com/nearby",
"license": {
"type": "Copyright",
"text": "Copyright 2015 Google Inc."
},
"authors": "Google Inc.",
"platforms": {
"ios": "7.0"
},
"vendored_libraries": [
"Libraries/libGNSMessages.a"
],
"public_header_files": "Headers/Public/*.h",
"resources": [
"Resources/system_icons.xcassets",
"Resources/icons.xcassets",
"Resources/GNSSharedResources.bundle"
],
"source_files": "Headers/Public/*.h",
"frameworks": [
"AVFoundation",
"CoreLocation",
"Accelerate",
"MediaPlayer",
"AudioToolbox",
"CoreBluetooth"
],
"libraries": [
"c++"
],
"dependencies": {
"GoogleUtilities": [
"~> 1"
],
"GoogleInterchangeUtilities": [
"~> 1"
],
"GoogleNetworkingUtilities": [
"~> 1"
]
},
"source": {
"http": "https://www.gstatic.com/cpdc/d5478345228b53e8-NearbyMessages-0.9.4.tar.gz"
}
}