blob: 807be6529f4af3281973b5648c45342f2c438902 [file] [log] [blame]
{
"name": "Blockly",
"module_name": "Blockly",
"version": "0.6",
"summary": "A library from Google for building visual programming editors.",
"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.",
"homepage": "https://developers.google.com/blockly/",
"license": "Apache License, Version 2.0",
"authors": "Google Inc.",
"source": {
"git": "https://github.com/google/blockly-ios.git",
"tag": "0.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"resources": "Resources/**",
"frameworks": "WebKit",
"ios": {
"dependencies": {
"AEXML": [
"~> 4.0.1"
]
}
},
"pod_target_xcconfig": {
"SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule",
"SWIFT_OPTIMIZATION_LEVEL[config=Debug]": "-Onone",
"SWIFT_VERSION": "3.0",
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "YES"
},
"pushed_with_swift_version": "3.0"
}