[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / d / a / RevolutionRoboticsBlockly / 0.2.4 / RevolutionRoboticsBlockly.podspec.json
blob351b7077c56d181fe29d45a90f9c0c449c4e0b6e
2   "name": "RevolutionRoboticsBlockly",
3   "version": "0.2.4",
4   "summary": "Revolution Robotics Blockly is built on Google’s open-source Blockly library.",
5   "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.",
6   "homepage": "https://github.com/RevolutionRobotics/RevolutionRoboticsBlocklyIOS.git",
7   "license": {
8     "type": "GPLv3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mate Papp": "mate.papp@supercharge.io",
13     "Gabor Nagy Farkas": "gabor.nagy.farkas@supercharge.io"
14   },
15   "source": {
16     "git": "https://github.com/RevolutionRobotics/RevolutionRoboticsBlocklyIOS.git",
17     "tag": "0.2.4",
18     "submodules": true
19   },
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "11.0"
23   },
24   "source_files": "RevolutionRoboticsBlockly/Classes/**/*.{swift}",
25   "resources": [
26     "RevolutionRoboticsBlockly/Assets/**/*",
27     "RevolutionRoboticsBlockly/Classes/**/*.{xib}",
28     "blockly-js/Blockly/**/*"
29   ],
30   "frameworks": [
31     "UIKit",
32     "AVFoundation",
33     "WebKit"
34   ],
35   "dependencies": {
36     "WKWebViewJavascriptBridge": [
37       "~> 1.2.0"
38     ]
39   },
40   "swift_version": "5.0"