blob: 2cdd4daf540aa4dd8dbbcffdccc6f74bc7cde965 [file] [log] [blame]
{
"name": "mruby-iOS",
"version": "0.0.2",
"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",
"source": {
"git": "https://github.com/jzzocc/mruby-iOS.git",
"tag": "0.0.2"
},
"platforms": {
"ios": null
},
"source_files": "MRuby.framework/Versions/0.1/Headers/*.h",
"preserve_paths": "MRuby.framework",
"frameworks": "MRuby",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/mruby-iOS"
},
"requires_arc": false
}