flutter_sound_web.podspec 804 B

1234567891011121314151617181920
  1. #
  2. # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
  3. #
  4. Pod::Spec.new do |s|
  5. s.name = 'flutter_sound_web'
  6. s.version = '9.2.13'
  7. s.summary = 'No-op implementation of flutter_sound_web web plugin to avoid build issues on iOS'
  8. s.description = <<-DESC
  9. temp fake flutter_sound_web plugin
  10. DESC
  11. s.homepage = s.homepage = 'https://github.com/canardoux/flutter_sound/flutter_sound_web'
  12. s.license = { :file => '../LICENSE' }
  13. s.author = { 'Larpoux' => 'larpoux@gmail.com' }
  14. s.source = { :path => '.' }
  15. s.source_files = 'Classes/**/*'
  16. s.public_header_files = 'Classes/**/*.h'
  17. s.dependency 'Flutter'
  18. s.ios.deployment_target = '10.0'
  19. end