blob: fe5569c4137bfd2c9741627846b9488ce0ab7833 [file] [log] [blame]
{
"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"
}