大幅変更&環境バージョンアップ
This commit is contained in:
23
plugin/qr_code_scanner/ios/qr_code_scanner.podspec
Normal file
23
plugin/qr_code_scanner/ios/qr_code_scanner.podspec
Normal file
@ -0,0 +1,23 @@
|
||||
#
|
||||
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
|
||||
#
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'qr_code_scanner'
|
||||
s.version = '0.2.0'
|
||||
s.summary = 'QR Code Scanner for flutter.'
|
||||
s.description = <<-DESC
|
||||
A new Flutter project.
|
||||
DESC
|
||||
s.homepage = 'https://github.com/juliuscanute/qr_code_scanner'
|
||||
s.license = { :file => '../LICENSE' }
|
||||
s.author = { 'Your Company' => 'juliuscanute[*]touchcapture.net' }
|
||||
s.source = { :path => '.' }
|
||||
s.source_files = 'Classes/**/*'
|
||||
s.public_header_files = 'Classes/**/*.h'
|
||||
s.dependency 'Flutter'
|
||||
s.dependency 'MTBBarcodeScanner'
|
||||
s.ios.deployment_target = '8.0'
|
||||
s.swift_version = '4.0'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user