[Add] SwiftyHttp 1.4
diff --git a/Specs/e/4/0/SwiftyHttp/1.4/SwiftyHttp.podspec.json b/Specs/e/4/0/SwiftyHttp/1.4/SwiftyHttp.podspec.json
new file mode 100644
index 0000000..27a7e74
--- /dev/null
+++ b/Specs/e/4/0/SwiftyHttp/1.4/SwiftyHttp.podspec.json
@@ -0,0 +1,28 @@
+{
+  "name": "SwiftyHttp",
+  "version": "1.4",
+  "summary": "Simple Http Requests",
+  "description": "SwiftyHttp - is easy to use but powerful framework for communication with RESTful web services via HTTP requests. SwiftyHttp will help you to send a request to a server in just a few lines of code. The main advantage of this framework is clarity and easy of use.",
+  "homepage": "https://github.com/Dax220/Swifty_HTTP",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Maxim Tischenko": "maks.tishchenko@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/Dax220/Swifty_HTTP.git",
+    "tag": "1.4"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "SwiftyHttp/*",
+  "dependencies": {
+    "SwiftyJSON": [
+
+    ]
+  },
+  "pushed_with_swift_version": "3.0"
+}