[Add] RevolutionRoboticsBlockly 0.2.0
diff --git a/Specs/1/d/a/RevolutionRoboticsBlockly/0.2.0/RevolutionRoboticsBlockly.podspec.json b/Specs/1/d/a/RevolutionRoboticsBlockly/0.2.0/RevolutionRoboticsBlockly.podspec.json
new file mode 100644
index 0000000..fe5569c
--- /dev/null
+++ b/Specs/1/d/a/RevolutionRoboticsBlockly/0.2.0/RevolutionRoboticsBlockly.podspec.json
@@ -0,0 +1,41 @@
+{
+  "name": "RevolutionRoboticsBlockly",
+  "version": "0.2.0",
+  "summary": "Revolution Robotics Blockly is built on Google’s open-source Blockly library.",
+  "description": "Revolution Robotics Blockly is built on Google’s, which represents coding concepts as interlocking blocks, and transforms these blocks into syntactically correct source code.",
+  "homepage": "https://github.com/RevolutionRobotics/RevolutionRoboticsBlocklyIOS.git",
+  "license": {
+    "type": "GPLv3",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Mate Papp": "mate.papp@supercharge.io",
+    "Gabor Nagy Farkas": "gabor.nagy.farkas@supercharge.io"
+  },
+  "source": {
+    "git": "https://github.com/RevolutionRobotics/RevolutionRoboticsBlocklyIOS.git",
+    "tag": "0.2.0",
+    "submodules": true
+  },
+  "swift_versions": "5.0",
+  "platforms": {
+    "ios": "11.0"
+  },
+  "source_files": "RevolutionRoboticsBlockly/Classes/**/*.{swift}",
+  "resources": [
+    "RevolutionRoboticsBlockly/Assets/**/*",
+    "RevolutionRoboticsBlockly/Classes/**/*.{xib}",
+    "blockly-js/Blockly/**/*"
+  ],
+  "frameworks": [
+    "UIKit",
+    "AVFoundation",
+    "WebKit"
+  ],
+  "dependencies": {
+    "WKWebViewJavascriptBridge": [
+      "~> 1.2.0"
+    ]
+  },
+  "swift_version": "5.0"
+}