[Add] BeagleSchema 1.4.0
diff --git a/Specs/9/4/9/BeagleSchema/1.4.0/BeagleSchema.podspec.json b/Specs/9/4/9/BeagleSchema/1.4.0/BeagleSchema.podspec.json
new file mode 100644
index 0000000..3ca5a67
--- /dev/null
+++ b/Specs/9/4/9/BeagleSchema/1.4.0/BeagleSchema.podspec.json
@@ -0,0 +1,26 @@
+{
+  "name": "BeagleSchema",
+  "version": "1.4.0",
+  "summary": "Describe Beagle components structure",
+  "description": "This pod is a part of Beagle framework, it will probably not work alone",
+  "homepage": "https://docs.usebeagle.io",
+  "license": "Apache License 2.0",
+  "authors": "Zup IT",
+  "platforms": {
+    "ios": "10.0"
+  },
+  "swift_versions": "5.0",
+  "source": {
+    "git": "https://github.com/ZupIT/beagle.git",
+    "tag": "1.4.0"
+  },
+  "source_files": [
+    "iOS/Schema/Sources/**/*.swift"
+  ],
+  "exclude_files": [
+    "iOS/Schema/**/Test/**/*.swift",
+    "iOS/Schema/**/Tests/**/*.swift",
+    "iOS/Schema/**/*Test*.swift"
+  ],
+  "swift_version": "5.0"
+}