#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'blue_thermal_printer'
s.version = '0.0.1'
s.summary = 'A new Flutter plugin for connecting to thermal printer vie bluetooth'
s.description = <<-DESC
A new Flutter plugin for connecting to thermal printer vie bluetooth
DESC
s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.ios.framework = 'CoreBluetooth'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'GSDK', '~> 0.0.7'
s.static_framework = true
s.platform = :ios, '11.0'
s.pod_target_xcconfig = {'VALID_ARCHS' => 'x86_64 armv7 arm64', 'DEFINES_MODULE' => 'YES'}
end
-
由 MrQi 提交于
删除直接拖入sdk文件以及.a库,通过podspec进行新版Pod库依赖方式导入佳博SDK
65ca9239
This project manages its dependencies using
CocoaPods
and defines a pod named
blue_thermal_printer.
Learn more