Nav apraksta

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "yoga",
  3. "version": "0.55.2.React",
  4. "license": {
  5. "type": "MIT"
  6. },
  7. "homepage": "https://facebook.github.io/yoga/",
  8. "documentation_url": "https://facebook.github.io/yoga/docs/api/c/",
  9. "summary": "Yoga is a cross-platform layout engine which implements Flexbox.",
  10. "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.",
  11. "authors": "Facebook",
  12. "source": {
  13. "git": "https://github.com/facebook/react-native.git",
  14. "tag": "v0.55.2"
  15. },
  16. "module_name": "yoga",
  17. "requires_arc": false,
  18. "compiler_flags": [
  19. "-fno-omit-frame-pointer",
  20. "-fexceptions",
  21. "-Wall",
  22. "-Werror",
  23. "-std=c++1y",
  24. "-fPIC"
  25. ],
  26. "platforms": {
  27. "ios": "8.0",
  28. "tvos": "9.2"
  29. },
  30. "source_files": "yoga/**/*.{cpp,h}"
  31. }