[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 4 / 7 / f / NearBee / 0.4.7 / NearBee.podspec.json
blob366a03d457f14da9a8bfff3547b0a2e39342c316
2   "name": "NearBee",
3   "swift_versions": "5.0",
4   "version": "0.4.7",
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.4.7"
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   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "dependencies": {
38     "EddystoneScanner": [
40     ],
41     "Socket.IO-Client-Swift": [
42       "15.2.0"
43     ]
44   },
45   "swift_version": "5.0"