[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / d / a / RevolutionRoboticsBlockly / 0.1.3 / RevolutionRoboticsBlockly.podspec.json
blob0b1d38068b074baa5824f1796b96641d0b9b1da8
2   "name": "RevolutionRoboticsBlockly",
3   "version": "0.1.3",
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.1.3"
18   },
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "RevolutionRoboticsBlockly/Classes/**/*.{swift}",
24   "resources": [
25     "RevolutionRoboticsBlockly/Assets/**/*",
26     "RevolutionRoboticsBlockly/Classes/**/*.{xib}",
27     "blockly-js/Blockly/**/*"
28   ],
29   "frameworks": [
30     "UIKit",
31     "AVFoundation",
32     "WebKit"
33   ],
34   "dependencies": {
35     "WKWebViewJavascriptBridge": [
36       "~> 1.2.0"
37     ]
38   },
39   "swift_version": "5.0"