[Add] TSwiftHelper 1.1.4
diff --git a/Specs/5/7/9/TSwiftHelper/1.1.4/TSwiftHelper.podspec.json b/Specs/5/7/9/TSwiftHelper/1.1.4/TSwiftHelper.podspec.json
new file mode 100644
index 0000000..fc8bb88
--- /dev/null
+++ b/Specs/5/7/9/TSwiftHelper/1.1.4/TSwiftHelper.podspec.json
@@ -0,0 +1,30 @@
+{
+  "name": "TSwiftHelper",
+  "version": "1.1.4",
+  "summary": "TSwiftHelper is a library for iOS written in Swift to help user lots of helpful extension functions in development.",
+  "description": "TSwiftHelper is a library for iOS written in Swift to help user lots of helpful extension functions in development",
+  "homepage": "https://github.com/fanta1ty/TSwiftHelper",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Thinh Nguyen": "thinhnguyen12389@gmail.com"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "swift_versions": "5.0",
+  "source": {
+    "git": "https://github.com/fanta1ty/TSwiftHelper.git",
+    "tag": "1.1.4"
+  },
+  "source_files": "TSwiftHelper/**/*.swift",
+  "resources": [
+    "TSwiftHelper/TSwiftHelper/Fonts/**/*.ttf",
+    "TSwiftHelper/TSwiftHelper/Fonts/**/*.otf",
+    "TSwiftHelper/TSwiftHelper/Localizations/**/*.strings"
+  ],
+  "requires_arc": true,
+  "swift_version": "5.0"
+}