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