[Add] PlayKit 3.9.2
diff --git a/Specs/1/f/3/PlayKit/3.9.2/PlayKit.podspec.json b/Specs/1/f/3/PlayKit/3.9.2/PlayKit.podspec.json
new file mode 100644
index 0000000..fdc5fcc
--- /dev/null
+++ b/Specs/1/f/3/PlayKit/3.9.2/PlayKit.podspec.json
@@ -0,0 +1,73 @@
+{
+  "name": "PlayKit",
+  "version": "3.9.2",
+  "summary": "PlayKit: Kaltura Mobile Player SDK - iOS",
+  "homepage": "https://github.com/kaltura/playkit-ios",
+  "license": {
+    "type": "AGPLv3",
+    "text": "AGPLv3"
+  },
+  "authors": {
+    "Kaltura": "community@kaltura.com"
+  },
+  "source": {
+    "git": "https://github.com/kaltura/playkit-ios.git",
+    "tag": "v3.9.2"
+  },
+  "swift_version": "4.2",
+  "platforms": {
+    "ios": "9.0",
+    "tvos": "9.0"
+  },
+  "default_subspecs": "Core",
+  "subspecs": [
+    {
+      "name": "Core",
+      "source_files": "Classes/**/*",
+      "dependencies": {
+        "SwiftyJSON": [
+          "3.1.4"
+        ],
+        "XCGLogger": [
+          "~> 6.1.0"
+        ],
+        "SwiftyXMLParser": [
+          "3.0.3"
+        ],
+        "KalturaNetKit": [
+          "~> 1.1.0"
+        ],
+        "PlayKitUtils": [
+          "~> 0.2.0"
+        ]
+      }
+    },
+    {
+      "name": "WidevineClassic",
+      "platforms": {
+        "ios": "9.0"
+      },
+      "source_files": "Widevine",
+      "dependencies": {
+        "PlayKit/Core": [
+
+        ]
+      }
+    },
+    {
+      "name": "AnalyticsCommon",
+      "source_files": "Plugins/AnalyticsCommon",
+      "xcconfig": {
+        "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
+        "OTHER_LDFLAGS": "$(inherited)",
+        "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
+        "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
+      },
+      "dependencies": {
+        "PlayKit/Core": [
+
+        ]
+      }
+    }
+  ]
+}