blob: 72110fd3a5e5221d6b444393c1363df47139e8fe [file] [log] [blame]
{
"name": "NearBee",
"swift_version": "5.0",
"version": "0.1.4",
"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.4"
},
"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": [
],
"Socket.IO-Client-Swift": [
]
}
}