flutter_ijkplayer.podspec 1.0 KB

12345678910111213141516171819202122232425262728
  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_ijkplayer'
  6. s.version = '0.0.1'
  7. s.summary = 'A new flutter plugin project.'
  8. s.description = <<-DESC
  9. A new flutter plugin project.
  10. DESC
  11. s.homepage = 'http://example.com'
  12. s.license = { :file => '../LICENSE' }
  13. s.author = { 'Your Company' => 'email@example.com' }
  14. s.source = { :path => '.' }
  15. s.source_files = 'Classes/**/*' , 'IJKMediaFramework.framework'
  16. s.public_header_files = 'Classes/**/*.h'
  17. s.dependency 'Flutter'
  18. s.ios.deployment_target = '8.0'
  19. # s.dependency 'ijkplayer', '~> 1.1.3'
  20. s.vendored_frameworks = "IJKMediaFramework.framework"
  21. s.frameworks = "AudioToolbox", "AVFoundation", "CoreGraphics", "CoreMedia", "CoreVideo", "MobileCoreServices", "OpenGLES", "QuartzCore", "VideoToolbox", "Foundation", "UIKit", "MediaPlayer"
  22. s.libraries = "bz2", "z", "stdc++"
  23. end