package_info_plus.podspec.json 852 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "package_info_plus",
  3. "version": "0.0.1",
  4. "summary": "Flutter Package Info",
  5. "description": "A macOS implementation of the package_info_plus plugin.",
  6. "homepage": "https://github.com/fluttercommunity/package_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": "package_info_plus/Sources/package_info_plus/**/*.{h,m}",
  17. "public_header_files": "package_info_plus/Sources/package_info_plus/include/**/*.h",
  18. "dependencies": {
  19. "FlutterMacOS": []
  20. },
  21. "platforms": {
  22. "osx": "10.14"
  23. },
  24. "pod_target_xcconfig": {
  25. "DEFINES_MODULE": "YES"
  26. },
  27. "resource_bundles": {
  28. "package_info_plus_privacy": [
  29. "package_info_plus/Sources/package_info_plus/PrivacyInfo.xcprivacy"
  30. ]
  31. }
  32. }