[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / f / 7 / 3 / Blockly / 0.6 / Blockly.podspec.json
blob807be6529f4af3281973b5648c45342f2c438902
2   "name": "Blockly",
3   "module_name": "Blockly",
4   "version": "0.6",
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. Developers can integrate the Blockly editor into their own applications to create a great UI 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": "0.6"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Source/**/*",
19   "resources": "Resources/**",
20   "frameworks": "WebKit",
21   "ios": {
22     "dependencies": {
23       "AEXML": [
24         "~> 4.0.1"
25       ]
26     }
27   },
28   "pod_target_xcconfig": {
29     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule",
30     "SWIFT_OPTIMIZATION_LEVEL[config=Debug]": "-Onone",
31     "SWIFT_VERSION": "3.0",
32     "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
33   },
34   "pushed_with_swift_version": "3.0"