[Add] AppCommons 0.0.9.3
diff --git a/Specs/3/6/1/AppCommons/0.0.9.3/AppCommons.podspec.json b/Specs/3/6/1/AppCommons/0.0.9.3/AppCommons.podspec.json
new file mode 100644
index 0000000..83e1f49
--- /dev/null
+++ b/Specs/3/6/1/AppCommons/0.0.9.3/AppCommons.podspec.json
@@ -0,0 +1,34 @@
+{
+  "name": "AppCommons",
+  "version": "0.0.9.3",
+  "summary": "ios application commons.",
+  "homepage": "https://bitbucket.org/globalpocket/appcommons.ios/",
+  "authors": {
+    "sasshi000": "tanaka@globalpocket.jp"
+  },
+  "platforms": {
+    "ios": "13.2"
+  },
+  "source": {
+    "git": "https://bitbucket.org/globalpocket/appcommons.ios.git",
+    "tag": "0.0.9.3"
+  },
+  "default_subspecs": "Core",
+  "swift_versions": "5.0",
+  "subspecs": [
+    {
+      "name": "Core",
+      "source_files": "AppCommons/**/*.{swift}"
+    },
+    {
+      "name": "AppCommons.NativeWebViewController",
+      "source_files": "NativeWebViewController/**/*.{swift}",
+      "dependencies": {
+        "AppCommons/Core": [
+
+        ]
+      }
+    }
+  ],
+  "swift_version": "5.0"
+}