blob: 4556b1e1cf7887ba958963c60149be9506a1805b [file] [log] [blame]
{
"name": "NearBee",
"swift_version": "4.2",
"version": "0.0.11",
"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.0.11"
},
"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.2.1"
],
"Socket.IO-Client-Swift": [
]
}
}