[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / f / 7 / 3 / Blockly / 1.2 / Blockly.podspec.json
blobb07198596b4a305159b7bce6387c0fd8c286d4f9
2   "name": "Blockly",
3   "module_name": "Blockly",
4   "version": "1.2",
5   "summary": "A library from Google for building visual programming editors.",
6   "description": "Blockly is a visual editor that allows users to write programs by plugging blocks together.\nDevelopers can integrate the Blockly editor into their own applications to create a great\nUI for novice users.",
7   "homepage": "https://developers.google.com/blockly/",
8   "license": "Apache License, Version 2.0",
9   "authors": "Google Inc.",
10   "source": {
11     "git": "https://github.com/google/blockly-ios.git",
12     "tag": "1.2"
13   },
14   "screenshots": [
15     "https://google.github.io/blockly-ios/demo.gif"
16   ],
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/**/*",
22   "resources": [
23     "Resources/Non-Localized/**",
24     "Resources/Localized/*.*",
25     "Resources/Localized/**/*[^.][^l][^p][^r][^o][^j]/*",
26     "Resources/Localized/**/*.lproj/*"
27   ],
28   "frameworks": "WebKit",
29   "ios": {
30     "dependencies": {
31       "AEXML": [
32         "~> 4.1.0"
33       ]
34     }
35   },
36   "pod_target_xcconfig": {
37     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule",
38     "SWIFT_OPTIMIZATION_LEVEL[config=Debug]": "-Onone",
39     "SWIFT_VERSION": "4.0",
40     "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
41   },
42   "user_target_xcconfig": {
43     "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
44   },
45   "pushed_with_swift_version": "4.0"