video_player_avfoundation.podspec.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "video_player_avfoundation",
  3. "version": "0.0.1",
  4. "summary": "Flutter Video Player",
  5. "description": "A Flutter plugin for playing back video on a Widget surface.\nDownloaded by pub (not CocoaPods).",
  6. "homepage": "https://github.com/flutter/packages",
  7. "license": {
  8. "type": "BSD",
  9. "file": "../LICENSE"
  10. },
  11. "authors": {
  12. "Flutter Dev Team": "flutter-dev@googlegroups.com"
  13. },
  14. "source": {
  15. "http": "https://github.com/flutter/packages/tree/main/packages/video_player/video_player_avfoundation"
  16. },
  17. "documentation_url": "https://pub.dev/packages/video_player",
  18. "source_files": "video_player_avfoundation/Sources/video_player_avfoundation/**/*.{h,m}",
  19. "ios": {
  20. "source_files": "video_player_avfoundation/Sources/video_player_avfoundation_ios/*",
  21. "dependencies": {
  22. "Flutter": []
  23. }
  24. },
  25. "osx": {
  26. "source_files": "video_player_avfoundation/Sources/video_player_avfoundation_macos/*",
  27. "dependencies": {
  28. "FlutterMacOS": []
  29. }
  30. },
  31. "public_header_files": "video_player_avfoundation/Sources/video_player_avfoundation/include/**/*.h",
  32. "platforms": {
  33. "ios": "12.0",
  34. "osx": "10.14"
  35. },
  36. "pod_target_xcconfig": {
  37. "DEFINES_MODULE": "YES"
  38. },
  39. "resource_bundles": {
  40. "video_player_avfoundation_privacy": [
  41. "video_player_avfoundation/Sources/video_player_avfoundation/Resources/PrivacyInfo.xcprivacy"
  42. ]
  43. }
  44. }