blob: 4a2fd69e137fedadc1596e2b780c97564c4f65c7 [file] [log] [blame]
{
"name": "NearBee",
"swift_versions": "5.0",
"version": "0.3.2-beta1",
"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.3.2-beta1"
},
"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": [
]
},
"swift_version": "5.0"
}