[Add] BlowMindStyle 0.23.1
diff --git a/Specs/d/5/a/BlowMindStyle/0.23.1/BlowMindStyle.podspec.json b/Specs/d/5/a/BlowMindStyle/0.23.1/BlowMindStyle.podspec.json
new file mode 100644
index 0000000..65c369b
--- /dev/null
+++ b/Specs/d/5/a/BlowMindStyle/0.23.1/BlowMindStyle.podspec.json
@@ -0,0 +1,36 @@
+{
+  "name": "BlowMindStyle",
+  "version": "0.23.1",
+  "summary": "Framework that will help to orginize styles in your app.",
+  "description": "Framework that will help to orginize styles in your app. Requires swift 5.1 and XCode 11.",
+  "homepage": "https://github.com/BlowMindStyle/BlowMindStyle",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Gotyanov": "Aleksey.Gotyanov@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/BlowMindStyle/BlowMindStyle.git",
+    "tag": "0.23.1"
+  },
+  "requires_arc": true,
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source_files": "Sources/BlowMindStyle/**/*.swift",
+  "swift_versions": "5.1",
+  "dependencies": {
+    "RxSwift": [
+      "> 5.0"
+    ],
+    "RxCocoa": [
+      "> 5.0"
+    ],
+    "SemanticString": [
+      "> 0.23"
+    ]
+  },
+  "swift_version": "5.1"
+}