blob: 5fd9240ea7ecddb11ed4f9024764644d677972fe [file] [log] [blame]
{
"name": "NearbyMessages",
"version": "0.9.6",
"summary": "Exchange data with devices that are nearby",
"description": "This library lets iOS devices exchange data with other devices (iOS, Android) 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": [
"Accelerate",
"AudioToolbox",
"AVFoundation",
"CoreBluetooth",
"CoreGraphics",
"CoreLocation",
"CoreMedia",
"CoreText",
"MediaPlayer"
],
"libraries": [
"c++"
],
"dependencies": {
"GoogleNetworkingUtilities": [
"~> 1.0"
],
"GoogleUtilities": [
"~> 1.0"
],
"GoogleInterchangeUtilities": [
"~> 1.0"
]
},
"source": {
"http": "https://www.gstatic.com/cpdc/dad5e824d99d4bcf-NearbyMessages-0.9.6.tar.gz"
}
}