[Add] VNBase 0.4.38
diff --git a/Specs/2/6/f/VNBase/0.4.38/VNBase.podspec.json b/Specs/2/6/f/VNBase/0.4.38/VNBase.podspec.json
new file mode 100644
index 0000000..b511fa8
--- /dev/null
+++ b/Specs/2/6/f/VNBase/0.4.38/VNBase.podspec.json
@@ -0,0 +1,31 @@
+{
+  "name": "VNBase",
+  "version": "0.4.38",
+  "summary": "Simple MVVM helper",
+  "swift_versions": "5.0",
+  "description": "TODO: I should add some description later =)",
+  "homepage": "https://github.com/teanet/VNBase",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "teanet": "tea.net@me.com"
+  },
+  "source": {
+    "git": "https://github.com/teanet/VNBase.git",
+    "tag": "0.4.38"
+  },
+  "social_media_url": "https://twitter.com/teanet",
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source_files": "VNBase/Classes/**/*",
+  "frameworks": "UIKit",
+  "dependencies": {
+    "SnapKit": [
+      "~> 5.0.0"
+    ]
+  },
+  "swift_version": "5.0"
+}