[Add] RStorage 1.2.0
diff --git a/Specs/c/f/b/RStorage/1.2.0/RStorage.podspec.json b/Specs/c/f/b/RStorage/1.2.0/RStorage.podspec.json
new file mode 100644
index 0000000..0b7f3d6
--- /dev/null
+++ b/Specs/c/f/b/RStorage/1.2.0/RStorage.podspec.json
@@ -0,0 +1,30 @@
+{
+  "name": "RStorage",
+  "version": "1.2.0",
+  "summary": "UserDefaults abstraction framework with caching",
+  "homepage": "https://github.com/ephedra-software/RStorage",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Erik Basargin": "basargin.erik@gmail.com"
+  },
+  "social_media_url": "https://twitter.com/Puasonych",
+  "source": {
+    "git": "https://github.com/ephedra-software/RStorage.git",
+    "tag": "1.2.0"
+  },
+  "swift_version": "5.0",
+  "platforms": {
+    "ios": "8.0"
+  },
+  "default_subspecs": "Core",
+  "subspecs": [
+    {
+      "name": "Core",
+      "source_files": "RStorage/*.swift",
+      "frameworks": "Foundation"
+    }
+  ]
+}