[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 7 / 3 / Blockly / 0.7.3 / Blockly.podspec.json
blob4a1e5d29d591ea2c9e5b4ad01a599654eab136b8
2   "name": "Blockly",
3   "module_name": "Blockly",
4   "version": "0.7.3",
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": "0.7.3"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Sources/**/*",
19   "resources": [
20     "Resources/Non-Localized/**",
21     "Resources/Localized/*.*",
22     "Resources/Localized/**/*[^.][^l][^p][^r][^o][^j]/*",
23     "Resources/Localized/**/*.lproj/*"
24   ],
25   "frameworks": "WebKit",
26   "ios": {
27     "dependencies": {
28       "AEXML": [
29         "~> 4.0.1"
30       ]
31     }
32   },
33   "pod_target_xcconfig": {
34     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule",
35     "SWIFT_OPTIMIZATION_LEVEL[config=Debug]": "-Onone",
36     "SWIFT_VERSION": "3.1",
37     "OTHER_SWIFT_FLAGS[config=Debug]": "-D DEBUG"
38   },
39   "user_target_xcconfig": {
40     "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
41   },
42   "pushed_with_swift_version": "3.0"