[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / b / 9 / NearbyMessages / 0.9.5 / NearbyMessages.podspec.json
blobe1582edae3000dd0aab519af2efffb7c98e4825d
2   "name": "NearbyMessages",
3   "version": "0.9.5",
4   "summary": "Exchange data with devices that are nearby",
5   "description": "This library lets iOS devices exchange data with other devices (iOS, Android, Chrome on laptops) 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/system_icons.xcassets",
23     "Resources/icons.xcassets",
24     "Resources/GNSSharedResources.bundle"
25   ],
26   "source_files": [
27     "Headers/Public/*.h"
28   ],
29   "frameworks": [
30     "Accelerate",
31     "AudioToolbox",
32     "AVFoundation",
33     "CoreBluetooth",
34     "CoreGraphics",
35     "CoreLocation",
36     "CoreMedia",
37     "CoreText",
38     "MediaPlayer"
39   ],
40   "libraries": [
41     "c++"
42   ],
43   "dependencies": {
44     "GoogleInterchangeUtilities": [
45       "~> 1"
46     ],
47     "GoogleUtilities": [
48       "~> 1"
49     ],
50     "GoogleNetworkingUtilities": [
51       "~> 1"
52     ]
53   },
54   "source": {
55     "http": "https://www.gstatic.com/cpdc/d23ab3f8be5de9c3-NearbyMessages-0.9.5.tar.gz"
56   }