[Add] Phidget22Swift 1.6.16
diff --git a/Specs/9/6/e/Phidget22Swift/1.6.16/Phidget22Swift.podspec.json b/Specs/9/6/e/Phidget22Swift/1.6.16/Phidget22Swift.podspec.json
new file mode 100644
index 0000000..f055355
--- /dev/null
+++ b/Specs/9/6/e/Phidget22Swift/1.6.16/Phidget22Swift.podspec.json
@@ -0,0 +1,60 @@
+{
+  "name": "Phidget22Swift",
+  "version": "1.6.16",
+  "summary": "Phidget22 Swift Library",
+  "description": "Phidget22 Swift library",
+  "homepage": "https://www.phidgets.com",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "phidgets": "patrick@phidgets.com"
+  },
+  "source": {
+    "http": "https://www.phidgets.com/downloads/phidget22/libraries/any/Phidget22Swift/Phidget22Swift_1.6.20201023.zip"
+  },
+  "swift_versions": [
+    "3.2",
+    "4.0",
+    "4.2",
+    "5.0"
+  ],
+  "platforms": {
+    "ios": "9.0",
+    "osx": "10.9"
+  },
+  "source_files": [
+    "src/**/*",
+    "libphidget22/phidget22.h",
+    "libphidget22/phidget22private.h"
+  ],
+  "ios": {
+    "vendored_libraries": "libphidget22/libphidget22.a",
+    "libraries": "phidget22"
+  },
+  "osx": {
+    "vendored_frameworks": "libphidget22/Phidget22.framework",
+    "frameworks": "Phidget22"
+  },
+  "preserve_paths": [
+    "libphidget22/phidget22.h",
+    "libphidget22/phidget22private.h",
+    "libphidget22/module.modulemap"
+  ],
+  "private_header_files": [
+    "libphidget22/phidget22.h",
+    "libphidget22/phidget22private.h"
+  ],
+  "xcconfig": {
+    "HEADER_SEARCH_PATHS": "${PODS_ROOT}/#{s.name}/libphidget22/**",
+    "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/libphidget22/** ${PODS_ROOT}/#{s.name}/libphidget22/**"
+  },
+  "pod_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "user_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "swift_version": "5.0"
+}