blob: f9a8a5174d0865c118c3aa4dab0c51ef6e8c4e62 [file] [log] [blame]
{
"name": "NearBee",
"swift_version": "4.2",
"version": "0.1.7",
"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": "v0.1.7"
},
"platforms": {
"ios": "10.0"
},
"preserve_paths": "NearBee/*.a",
"source_files": "NearBee/*.{h, swift}",
"ios": {
"vendored_libraries": "NearBee/*.a",
"libraries": "NearBee"
},
"resources": "NearBee/NearBeeResources.bundle",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
},
"dependencies": {
"EddystoneScanner": [
"~> 1.1.10"
],
"Socket.IO-Client-Swift": [
"~> 14.0.0"
]
}
}