You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
761B

  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 = 'qr_code_scanner'
  6. s.version = '0.2.0'
  7. s.summary = 'QR Code Scanner for flutter.'
  8. s.description = <<-DESC
  9. A new Flutter project.
  10. DESC
  11. s.homepage = 'https://github.com/juliuscanute/qr_code_scanner'
  12. s.license = { :file => '../LICENSE' }
  13. s.author = { 'Your Company' => 'juliuscanute[*]touchcapture.net' }
  14. s.source = { :path => '.' }
  15. s.source_files = 'Classes/**/*'
  16. s.public_header_files = 'Classes/**/*.h'
  17. s.dependency 'Flutter'
  18. s.dependency 'MTBBarcodeScanner'
  19. s.ios.deployment_target = '8.0'
  20. s.swift_version = '4.0'
  21. end