blob: 2d86544170544a727598958490aaea68cc590101 [file] [log] [blame]
{
"name": "mruby-iOS",
"version": "1.2.0",
"summary": "mruby built as an Xcode framework for embedding in iOS devices.",
"homepage": "https://github.com/jzzocc/mruby-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "mruby developers",
"requires_arc": false,
"source": {
"git": "https://github.com/jzzocc/mruby-iOS.git",
"tag": "1.2.0"
},
"platforms": {
"ios": null
},
"source_files": "MRuby.framework/Versions/1.2.0/Headers/*.h",
"preserve_paths": "MRuby.framework",
"frameworks": "MRuby",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/mruby-iOS"
}
}