flutter_logan.podspec 797 B

12345678910111213141516171819202122
  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_logan'
  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 = 'https://github.com/Meituan-Dianping/Logan/Futter'
  12. s.license = { :file => '../LICENSE' }
  13. s.author = { 'Your Company' => 'maxiaojun02@meituan.com' }
  14. s.source = { :git => 'https://github.com/Meituan-Dianping/Logan.git', :tag => s.version.to_s }
  15. s.source_files = 'Classes/**/*'
  16. s.public_header_files = 'Classes/**/*.h'
  17. s.dependency 'Flutter'
  18. s.dependency 'Logan','1.2.6'
  19. s.ios.deployment_target = '8.0'
  20. end