[Add] NearBee 3.2.2-beta6
diff --git a/Specs/4/7/f/NearBee/3.2.2-beta6/NearBee.podspec.json b/Specs/4/7/f/NearBee/3.2.2-beta6/NearBee.podspec.json
new file mode 100644
index 0000000..0b0eb59
--- /dev/null
+++ b/Specs/4/7/f/NearBee/3.2.2-beta6/NearBee.podspec.json
@@ -0,0 +1,49 @@
+{
+  "name": "NearBee",
+  "swift_versions": "5.3",
+  "version": "3.2.2-beta6",
+  "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": "v3.2.2-beta6"
+  },
+  "xcconfig": {
+    "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
+  },
+  "pod_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "user_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "vendored_frameworks": "NearBee/NearBee.framework",
+  "dependencies": {
+    "EddystoneScanner": [
+
+    ],
+    "Socket.IO-Client-Swift": [
+
+    ]
+  },
+  "frameworks": [
+    "CoreData",
+    "SystemConfiguration",
+    "CoreBluetooth",
+    "CoreLocation",
+    "UserNotifications",
+    "SafariServices"
+  ],
+  "requires_arc": true,
+  "platforms": {
+    "ios": "10.0"
+  },
+  "swift_version": "5.3"
+}