[Add] RxAlamofireWrapper 0.0.12
diff --git a/Specs/7/9/f/RxAlamofireWrapper/0.0.12/RxAlamofireWrapper.podspec.json b/Specs/7/9/f/RxAlamofireWrapper/0.0.12/RxAlamofireWrapper.podspec.json
new file mode 100644
index 0000000..5c0eb15
--- /dev/null
+++ b/Specs/7/9/f/RxAlamofireWrapper/0.0.12/RxAlamofireWrapper.podspec.json
@@ -0,0 +1,32 @@
+{
+  "name": "RxAlamofireWrapper",
+  "version": "0.0.12",
+  "summary": "Wrapper for Alamofire",
+  "description": "Wrapper for alamofire with token refreshing",
+  "homepage": "https://github.com/JeremySnor/RxAlamofireWrapper",
+  "license": {
+    "type": "MIT",
+    "file": "License"
+  },
+  "authors": {
+    "Artem Eremeev": "jeremy1002@yandex.ru"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "swift_versions": "5.0",
+  "source": {
+    "git": "https://github.com/JeremySnor/RxAlamofireWrapper.git",
+    "tag": "0.0.12"
+  },
+  "source_files": "RxAlamofireWrapper/Source/**/*.{swift}",
+  "dependencies": {
+    "Alamofire": [
+      "~> 5.1"
+    ],
+    "RxSwift": [
+      "~> 5"
+    ]
+  },
+  "swift_version": "5.0"
+}