FlutterMacOS.podspec.json 430 B

1234567891011121314151617181920
  1. {
  2. "name": "FlutterMacOS",
  3. "version": "1.0.0",
  4. "summary": "A UI toolkit for beautiful and fast apps.",
  5. "homepage": "https://flutter.dev",
  6. "license": {
  7. "type": "BSD"
  8. },
  9. "authors": {
  10. "Flutter Dev Team": "flutter-dev@googlegroups.com"
  11. },
  12. "source": {
  13. "git": "https://github.com/flutter/engine",
  14. "tag": "1.0.0"
  15. },
  16. "platforms": {
  17. "osx": "10.15"
  18. },
  19. "vendored_frameworks": "path/to/nothing"
  20. }