[Add] BeappCache 0.2.2
diff --git a/Specs/e/6/0/BeappCache/0.2.2/BeappCache.podspec.json b/Specs/e/6/0/BeappCache/0.2.2/BeappCache.podspec.json
new file mode 100644
index 0000000..7f99393
--- /dev/null
+++ b/Specs/e/6/0/BeappCache/0.2.2/BeappCache.podspec.json
@@ -0,0 +1,32 @@
+{
+  "name": "BeappCache",
+  "version": "0.2.2",
+  "summary": "This library provides a cache mechanism relying on RxSwift",
+  "description": "This library provides a cache mechanism relying on RxSwift. There are currently one storage implementation: Cache",
+  "homepage": "https://github.com/BeApp/beapp.library.cache.ios.git",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "beapp": "dev@beapp.fr"
+  },
+  "source": {
+    "git": "https://github.com/BeApp/beapp.library.cache.ios.git",
+    "tag": "0.2.2"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "swift_version": "4.2",
+  "source_files": "BeappCache/Classes/**/*",
+  "frameworks": "Foundation",
+  "dependencies": {
+    "Cache": [
+      "~> 5.2.0"
+    ],
+    "RxSwift": [
+      "~> 4.4.0"
+    ]
+  }
+}