[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 1 / d / a / RevolutionRoboticsBlockly / 0.1.7 / RevolutionRoboticsBlockly.podspec.json
blobad83704434e72bb0384a83f37275c3a8a5a95b94
2   "name": "RevolutionRoboticsBlockly",
3   "version": "0.1.7",
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.7",
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"