flutter_bugly.podspec.json 536 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "flutter_bugly",
  3. "version": "0.0.1",
  4. "summary": "A new Flutter bugly plugin.",
  5. "description": "A new Flutter bugly plugin.",
  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. "Bugly": [
  22. ]
  23. },
  24. "static_framework": true,
  25. "platforms": {
  26. "ios": "8.0"
  27. }
  28. }