| { |
| "name": "mruby-iOS", |
| "version": "1.1.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.1.0" |
| }, |
| "platforms": { |
| "ios": null |
| }, |
| "source_files": "MRuby.framework/Versions/1.1.0/Headers/*.h", |
| "preserve_paths": "MRuby.framework", |
| "frameworks": "MRuby", |
| "xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/mruby-iOS" |
| } |
| } |