[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 7 / f / NearBee / 3.2.0-beta3 / NearBee.podspec.json
blobc67ce922758ebffc5a12c280dc88fa7a55132ea1
2   "name": "NearBee",
3   "swift_versions": "5.0",
4   "version": "3.2.0-beta3",
5   "summary": "iOS library for Eddystone beacons",
6   "homepage": "https://github.com/Beaconstac/NearBee-iOS-SDK",
7   "authors": {
8     "MobStac Inc.": "support@beaconstac.com"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/Beaconstac/NearBee-iOS-SDK.git",
16     "tag": "v3.2.0-beta3"
17   },
18   "xcconfig": {
19     "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
20   },
21   "vendored_frameworks": "NearBee/NearBee.framework",
22   "dependencies": {
23     "EddystoneScanner": [
25     ],
26     "Socket.IO-Client-Swift": [
28     ]
29   },
30   "frameworks": [
31     "CoreData",
32     "SystemConfiguration",
33     "CoreBluetooth",
34     "CoreLocation",
35     "UserNotifications",
36     "SafariServices"
37   ],
38   "requires_arc": true,
39   "platforms": {
40     "ios": "10.0"
41   },
42   "swift_version": "5.0"