audio_session.podspec.json 620 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "audio_session",
  3. "version": "0.0.1",
  4. "summary": "A new flutter plugin project.",
  5. "description": "A new flutter plugin project.",
  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": "audio_session/Sources/audio_session/**/*.{h,m}",
  17. "public_header_files": "audio_session/Sources/audio_session/include/**/*.h",
  18. "dependencies": {
  19. "FlutterMacOS": []
  20. },
  21. "platforms": {
  22. "osx": "10.14"
  23. },
  24. "pod_target_xcconfig": {
  25. "DEFINES_MODULE": "YES"
  26. }
  27. }