permission_handler.podspec.json 659 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "permission_handler",
  3. "version": "4.4.0+hotfix.4",
  4. "summary": "Permission plugin for Flutter.",
  5. "description": "Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.",
  6. "homepage": "https://github.com/baseflowit/flutter-permission-handler",
  7. "license": {
  8. "file": "../LICENSE"
  9. },
  10. "authors": {
  11. "Baseflow": "hello@baseflow.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. }