blob: 8b9bf6aa8c7e9802bdbe438f171a9eafcaa7f769 [file] [log] [blame]
{
"name": "NearBee",
"swift_versions": "5.3",
"version": "3.2.2-beta5",
"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": "v3.2.2-beta5"
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"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"
},
"swift_version": "5.3"
}