blob: ea2165c34bacf08bc23c9c5951aae05fa4c168b2 [file] [log] [blame]
{
"name": "mruby",
"version": "1.3.3",
"summary": "lightweight ruby implementation.",
"description": "mruby is a lightweight ruby implementation. it is portable on several platforms including iOS.\nthis is an iOS prebuilt binary with bitcode enabled.",
"homepage": "https://mruby.org",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stephenw": "admin@stephenw.cc"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/stephenwzl/ios-ruby-embedded.git",
"tag": "1.3.3"
},
"vendored_frameworks": "MRuby.framework",
"pod_target_xcconfig": {
"CLANG_WARN_DOCUMENTATION_COMMENTS": "NO"
}
}