device_info_plus.podspec.json 947 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "device_info_plus",
  3. "version": "0.0.1",
  4. "summary": "No-op implementation of the macos device_info_plus to avoid build issues on macos",
  5. "description": "No-op implementation of the device_info_plus plugin to avoid build issues on macos.\nhttps://github.com/flutter/flutter/issues/46618",
  6. "homepage": "https://github.com/fluttercommunity/plus_plugins/tree/master/packages/device_info_plus",
  7. "license": {
  8. "file": "../LICENSE"
  9. },
  10. "authors": {
  11. "Flutter Community": "authors@fluttercommunity.dev"
  12. },
  13. "source": {
  14. "path": "."
  15. },
  16. "source_files": "device_info_plus/Sources/device_info_plus/**/*.swift",
  17. "public_header_files": "device_info_plus/Sources/device_info_plus/**/*.h",
  18. "dependencies": {
  19. "FlutterMacOS": []
  20. },
  21. "platforms": {
  22. "osx": "10.14"
  23. },
  24. "resource_bundles": {
  25. "device_info_plus_privacy": [
  26. "device_info_plus/Sources/device_info_plus/PrivacyInfo.xcprivacy"
  27. ]
  28. }
  29. }