[Add] UIKitExpansion 1.2.1
diff --git a/Specs/f/b/4/UIKitExpansion/1.2.1/UIKitExpansion.podspec.json b/Specs/f/b/4/UIKitExpansion/1.2.1/UIKitExpansion.podspec.json
new file mode 100644
index 0000000..fa52502
--- /dev/null
+++ b/Specs/f/b/4/UIKitExpansion/1.2.1/UIKitExpansion.podspec.json
@@ -0,0 +1,36 @@
+{
+  "name": "UIKitExpansion",
+  "version": "1.2.1",
+  "summary": "Code extension, object and function on top of Apple's UIKit",
+  "description": "This library provide convenience functions, object and extension over Apple's UIKit framework\nSo that developer can write a shorter cleaner code.",
+  "homepage": "https://github.com/myste1tainn/UIKitExpansion",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "myste1tainn": "a.keereena@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/myste1tainn/UIKitExpansion.git",
+    "tag": "1.2.1"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "swift_versions": "5.1",
+  "source_files": "UIKitExpansion/src/**/*",
+  "frameworks": [
+    "UIKit",
+    "CoreGraphics"
+  ],
+  "dependencies": {
+    "RxSwiftExpansion": [
+      "~> 1.0"
+    ],
+    "SnapKit": [
+      "~> 5.0"
+    ]
+  },
+  "swift_version": "5.1"
+}