[Add] UIComposable 0.2.0
diff --git a/Specs/9/d/2/UIComposable/0.2.0/UIComposable.podspec.json b/Specs/9/d/2/UIComposable/0.2.0/UIComposable.podspec.json
new file mode 100644
index 0000000..f3047d1
--- /dev/null
+++ b/Specs/9/d/2/UIComposable/0.2.0/UIComposable.podspec.json
@@ -0,0 +1,59 @@
+{
+  "name": "UIComposable",
+  "version": "0.2.0",
+  "swift_versions": [
+    "5.0",
+    "5.1",
+    "5.2",
+    "5.3"
+  ],
+  "summary": "A protocol of UI rendering for plugins - UIComposable.",
+  "description": "Use this protocol to render user interface like plugins",
+  "homepage": "https://github.com/congncif/UIComposable",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "NGUYEN CHI CONG": "congnc.if@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/congncif/UIComposable.git",
+    "tag": "0.2.0"
+  },
+  "social_media_url": "https://twitter.com/congncif",
+  "platforms": {
+    "ios": "9.0"
+  },
+  "default_subspecs": "Default",
+  "subspecs": [
+    {
+      "name": "Default",
+      "dependencies": {
+        "UIComposable/Core": [
+
+        ]
+      }
+    },
+    {
+      "name": "Core",
+      "source_files": "UIComposable/Core/**/*"
+    },
+    {
+      "name": "RxUI",
+      "source_files": "UIComposable/RxUI/**/*",
+      "dependencies": {
+        "UIComposable/Core": [
+
+        ],
+        "RxDataSources": [
+
+        ],
+        "SnapKit": [
+
+        ]
+      }
+    }
+  ],
+  "swift_version": "5.3"
+}