blob: c218fa31b6ae923ac53c2cb15b0bb7f96055798a [file] [log] [blame]
{
"name": "NearBee",
"swift_version": "5.0",
"version": "2.0.0",
"summary": "iOS library for Eddystone beacons",
"homepage": "https://github.com/Beaconstac/NearBee-iOS-SDK",
"authors": {
"MobStac Inc.": "support@beaconstac.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/Beaconstac/NearBee-iOS-SDK.git",
"tag": "v2.0.0"
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
},
"vendored_frameworks": "NearBee/NearBee.framework",
"dependencies": {
"EddystoneScanner": [
],
"Socket.IO-Client-Swift": [
]
},
"frameworks": [
"CoreData",
"SystemConfiguration",
"CoreBluetooth",
"CoreLocation",
"UserNotifications",
"SafariServices"
],
"requires_arc": true,
"platforms": {
"ios": "10.0"
}
}