foundation_fluttify.podspec.json 533 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "foundation_fluttify",
  3. "version": "0.0.1",
  4. "summary": "A new Flutter project.",
  5. "description": "A new Flutter project.",
  6. "homepage": "http://example.com",
  7. "license": {
  8. "file": "../LICENSE"
  9. },
  10. "authors": {
  11. "Your Company": "email@example.com"
  12. },
  13. "source": {
  14. "path": "."
  15. },
  16. "source_files": "Classes/**/*",
  17. "public_header_files": "Classes/**/*.h",
  18. "dependencies": {
  19. "Flutter": [
  20. ]
  21. },
  22. "platforms": {
  23. "ios": "8.0"
  24. },
  25. "static_framework": true,
  26. "frameworks": [
  27. ]
  28. }