[Add] RxAlertViewable 0.2
diff --git a/Specs/e/c/8/RxAlertViewable/0.2/RxAlertViewable.podspec.json b/Specs/e/c/8/RxAlertViewable/0.2/RxAlertViewable.podspec.json
new file mode 100644
index 0000000..4ef8758
--- /dev/null
+++ b/Specs/e/c/8/RxAlertViewable/0.2/RxAlertViewable.podspec.json
@@ -0,0 +1,30 @@
+{
+  "name": "RxAlertViewable",
+  "version": "0.2",
+  "summary": "A simple alert library with RxSwift supported.",
+  "description": "RxAlertViewable is created for developing the MVVM app with RxSwift. It supports to show a simple alert from the view model class using the signal Observable<RxAlert>.",
+  "homepage": "https://github.com/lm2343635/RxAlertViewable",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "lm2343635": "lm2343635@126.com"
+  },
+  "source": {
+    "git": "https://github.com/lm2343635/RxAlertViewable.git",
+    "tag": "0.2"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": "Classes/**/*",
+  "dependencies": {
+    "RxSwift": [
+      "~> 4.4"
+    ],
+    "RxCocoa": [
+      "~> 4.4"
+    ]
+  }
+}