2023-10-20 13:49:23 +08:00
|
|
|
#
|
|
|
|
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
|
|
|
|
# Run `pod lib lint jc_printer.podspec` to validate before publishing.
|
|
|
|
#
|
|
|
|
Pod::Spec.new do |s|
|
|
|
|
s.name = 'jc_printer'
|
|
|
|
s.version = '0.0.1'
|
|
|
|
s.summary = '精臣打印机SDK'
|
2023-10-20 15:01:45 +08:00
|
|
|
s.description = '精臣打印机插件'
|
2023-10-20 13:49:23 +08:00
|
|
|
s.homepage = 'http://example.com'
|
|
|
|
s.license = { :file => '../LICENSE' }
|
|
|
|
s.author = { 'Your Company' => 'email@example.com' }
|
|
|
|
s.source = { :path => '.' }
|
|
|
|
s.source_files = 'Classes/**/*'
|
|
|
|
s.public_header_files = 'Classes/**/*.h'
|
2023-10-20 15:47:35 +08:00
|
|
|
|
2023-10-22 00:38:41 +08:00
|
|
|
s.vendored_frameworks = 'Frameworks/JCPrinterSDK.framework', 'Frameworks/CocoaAsyncSocket.framework'
|
2023-10-20 16:05:50 +08:00
|
|
|
|
2023-10-20 15:47:35 +08:00
|
|
|
s.dependency 'Flutter'
|
|
|
|
s.platform = :ios, '11.0'
|
2023-10-20 13:49:23 +08:00
|
|
|
|
|
|
|
# Flutter.framework does not contain a i386 slice.
|
|
|
|
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
|
|
|
|
end
|