wakelock_plus.podspec.json 920 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "wakelock_plus",
  3. "version": "0.0.1",
  4. "summary": "Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on Android, iOS, macOS, Windows, and web.",
  5. "description": "Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on Android, iOS, macOS, Windows, and web.",
  6. "homepage": "https://github.com/fluttercommunity/wakelock_plus",
  7. "license": {
  8. "type": "BSD",
  9. "file": "../LICENSE"
  10. },
  11. "authors": {
  12. "Flutter Team": "flutter-dev@googlegroups.com"
  13. },
  14. "source": {
  15. "http": "https://github.com/fluttercommunity/wakelock_plus/tree/main/packages/wakelock_plus_macos"
  16. },
  17. "source_files": "Classes/**/*",
  18. "dependencies": {
  19. "FlutterMacOS": []
  20. },
  21. "platforms": {
  22. "osx": "10.11"
  23. },
  24. "pod_target_xcconfig": {
  25. "DEFINES_MODULE": "YES"
  26. },
  27. "swift_versions": "5.0",
  28. "swift_version": "5.0"
  29. }