[Add] RxApolloClient 1.2.0
diff --git a/Specs/7/c/7/RxApolloClient/1.2.0/RxApolloClient.podspec.json b/Specs/7/c/7/RxApolloClient/1.2.0/RxApolloClient.podspec.json
new file mode 100644
index 0000000..1f30d52
--- /dev/null
+++ b/Specs/7/c/7/RxApolloClient/1.2.0/RxApolloClient.podspec.json
@@ -0,0 +1,32 @@
+{
+  "name": "RxApolloClient",
+  "version": "1.2.0",
+  "summary": "Rx wrapper of Apollo Client",
+  "description": "RxSwift extensions for Apollo Client",
+  "homepage": "https://github.com/OhKanghoon/RxApolloClient",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "OhKanghoon": "ggaa96@naver.com"
+  },
+  "source": {
+    "git": "https://github.com/OhKanghoon/RxApolloClient.git",
+    "tag": "1.2.0"
+  },
+  "swift_versions": "5.0",
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": "Sources/**/*.{swift,h,m}",
+  "dependencies": {
+    "RxSwift": [
+      ">= 5.0"
+    ],
+    "Apollo": [
+      "~> 0.15.3"
+    ]
+  },
+  "swift_version": "5.0"
+}