[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 4 / 7 / f / NearBee / 3.2.3-beta3 / NearBee.podspec.json
blob89a9413b6a632ffc3a8f47ff6e07a8f51bd74ccd
2   "name": "NearBee",
3   "swift_versions": "5.3",
4   "version": "3.2.3-beta3",
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": "v3.2.3-beta3"
17   },
18   "xcconfig": {
19     "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "vendored_frameworks": "NearBee/NearBee.framework",
28   "dependencies": {
29     "EddystoneScanner": [
31     ],
32     "Socket.IO-Client-Swift": [
34     ]
35   },
36   "frameworks": [
37     "CoreData",
38     "SystemConfiguration",
39     "CoreBluetooth",
40     "CoreLocation",
41     "UserNotifications",
42     "SafariServices"
43   ],
44   "requires_arc": true,
45   "platforms": {
46     "ios": "10.0"
47   },
48   "swift_version": "5.3"