1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "yoga",
- "version": "0.55.2.React",
- "license": {
- "type": "MIT"
- },
- "homepage": "https://facebook.github.io/yoga/",
- "documentation_url": "https://facebook.github.io/yoga/docs/api/c/",
- "summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
- "description": "Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.",
- "authors": "Facebook",
- "source": {
- "git": "https://github.com/facebook/react-native.git",
- "tag": "v0.55.2"
- },
- "module_name": "yoga",
- "requires_arc": false,
- "compiler_flags": [
- "-fno-omit-frame-pointer",
- "-fexceptions",
- "-Wall",
- "-Werror",
- "-std=c++1y",
- "-fPIC"
- ],
- "platforms": {
- "ios": "8.0",
- "tvos": "9.2"
- },
- "source_files": "yoga/**/*.{cpp,h}"
- }
|