[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / b / 9 / NearbyMessages / 1.0.1 / NearbyMessages.podspec.json
blobf2a99fc7f8c412eb3479cbd47048a2741c20373b
2   "name": "NearbyMessages",
3   "version": "1.0.1",
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/*"
23   ],
24   "source_files": [
25     "Headers/Public/*.h"
26   ],
27   "preserve_paths": [
28     "CHANGELOG",
29     "README.md",
30     "logo_nearby_color_2x_web_48dp.png"
31   ],
32   "frameworks": [
33     "Accelerate",
34     "AudioToolbox",
35     "AVFoundation",
36     "CoreBluetooth",
37     "CoreGraphics",
38     "CoreLocation",
39     "CoreMedia",
40     "CoreText",
41     "MediaPlayer"
42   ],
43   "libraries": [
44     "c++"
45   ],
46   "dependencies": {
47     "GoogleNetworkingUtilities": [
48       "~> 1.0"
49     ],
50     "GoogleInterchangeUtilities": [
51       "~> 1.0"
52     ],
53     "GoogleUtilities": [
54       "~> 1.0"
55     ]
56   },
57   "source": {
58     "http": "https://www.gstatic.com/cpdc/fee424d3cef7e50c-NearbyMessages-1.0.1.tar.gz"
59   }