[Add] ReduxVM 1.0.9
diff --git a/Specs/9/c/a/ReduxVM/1.0.9/ReduxVM.podspec.json b/Specs/9/c/a/ReduxVM/1.0.9/ReduxVM.podspec.json
new file mode 100644
index 0000000..095f401
--- /dev/null
+++ b/Specs/9/c/a/ReduxVM/1.0.9/ReduxVM.podspec.json
@@ -0,0 +1,33 @@
+{
+  "name": "ReduxVM",
+  "platforms": {
+    "ios": "11"
+  },
+  "summary": "App framework on base of RedSwift and DeclarativeTVC.",
+  "requires_arc": true,
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "homepage": "https://github.com/kocherovets/ReduxVM",
+  "authors": {
+    "Dmitry Kocherovets": "kocherovets@gmail.com"
+  },
+  "version": "1.0.9",
+  "source": {
+    "git": "https://github.com/kocherovets/ReduxVM.git",
+    "tag": "1.0.9"
+  },
+  "source_files": "Framework/Sources/**/*.{swift}",
+  "swift_versions": "5.0",
+  "frameworks": "UIKit",
+  "dependencies": {
+    "DeclarativeTVC": [
+
+    ],
+    "RedSwift": [
+
+    ]
+  },
+  "swift_version": "5.0"
+}