[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / b / 9 / NearbyMessages / 0.9.7 / NearbyMessages.podspec.json
blob75c27b3b65c5be95d783d10a7414ef40935662b9
2   "name": "NearbyMessages",
3   "version": "0.9.7",
4   "summary": "Exchange data with devices that are nearby",
5   "description": "This library lets iOS devices exchange data with other devices (iOS, Android) that are nearby.",
6   "homepage": "https://developers.google.com/nearby",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2015 Google Inc."
10   },
11   "authors": "Google Inc.",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "vendored_libraries": [
16     "Libraries/libGNSMessages.a"
17   ],
18   "public_header_files": [
19     "Headers/Public/*.h"
20   ],
21   "resources": [
22     "Resources/ic_nearby_48pt.xcassets",
23     "Resources/ic_expand_more.xcassets",
24     "Resources/GNSSharedResources.bundle"
25   ],
26   "source_files": [
27     "Headers/Public/*.h"
28   ],
29   "preserve_paths": [
30     "CHANGELOG",
31     "README.md",
32     "logo_nearby_color_2x_web_48dp.png"
33   ],
34   "frameworks": [
35     "Accelerate",
36     "AudioToolbox",
37     "AVFoundation",
38     "CoreBluetooth",
39     "CoreGraphics",
40     "CoreLocation",
41     "CoreMedia",
42     "CoreText",
43     "MediaPlayer"
44   ],
45   "libraries": [
46     "c++"
47   ],
48   "dependencies": {
49     "GoogleUtilities": [
50       "~> 1.0"
51     ],
52     "GoogleNetworkingUtilities": [
53       "~> 1.0"
54     ],
55     "GoogleInterchangeUtilities": [
56       "~> 1.0"
57     ]
58   },
59   "source": {
60     "http": "https://www.gstatic.com/cpdc/21bfa9ea9b76cf09-NearbyMessages-0.9.7.tar.gz"
61   }