[Add] RXErrorAlertVC 0.1.0
diff --git a/Specs/d/8/3/RXErrorAlertVC/0.1.0/RXErrorAlertVC.podspec.json b/Specs/d/8/3/RXErrorAlertVC/0.1.0/RXErrorAlertVC.podspec.json
new file mode 100644
index 0000000..6f7b04fb
--- /dev/null
+++ b/Specs/d/8/3/RXErrorAlertVC/0.1.0/RXErrorAlertVC.podspec.json
@@ -0,0 +1,23 @@
+{
+  "name": "RXErrorAlertVC",
+  "version": "0.1.0",
+  "summary": "This is an UIAlertViewController that you can call in case of an error and use it to send information about it to your mail.",
+  "description": "By default, you can display three buttons. Which with the help of different technologies can send a report letter to your mail.",
+  "homepage": "https://github.com/m1a7/RXErrorAlertVC",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "m1a7": "thisismymail03@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/m1a7/RXErrorAlertVC.git",
+    "tag": "0.1.0"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "RXErrorAlertVC/Classes/*",
+  "frameworks": "UIKit"
+}