[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 7 / f / NearBee / 0.1.2 / NearBee.podspec.json
blobef1f4b9044ada5aff5a9c8cb6bf80b414094c4d1
2   "name": "NearBee",
3   "swift_version": "5.0",
4   "version": "0.1.2",
5   "summary": "iOS library for Eddystone beacons",
6   "homepage": "https://github.com/Beaconstac/NearBee-iOS-SDK",
7   "authors": {
8     "MobStac Inc.": "support@beaconstac.com"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/Beaconstac/NearBee-iOS-SDK.git",
16     "tag": "v0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "preserve_paths": "NearBee/*.a",
22   "source_files": "NearBee/*.{h, swift}",
23   "ios": {
24     "vendored_libraries": "NearBee/*.a",
25     "libraries": "NearBee"
26   },
27   "resources": "NearBee/NearBeeResources.bundle",
28   "xcconfig": {
29     "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
30   },
31   "dependencies": {
32     "EddystoneScanner": [
34     ],
35     "Socket.IO-Client-Swift": [
37     ]
38   }