This commit is contained in:
王飞 2023-10-20 15:01:45 +08:00
parent 9d81a6cbaf
commit d8ca1b92be
81 changed files with 5 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 484 KiB

After

Width:  |  Height:  |  Size: 484 KiB

View File

Before

Width:  |  Height:  |  Size: 264 KiB

After

Width:  |  Height:  |  Size: 264 KiB

View File

Before

Width:  |  Height:  |  Size: 9.3 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -6,9 +6,7 @@ Pod::Spec.new do |s|
s.name = 'jc_printer' s.name = 'jc_printer'
s.version = '0.0.1' s.version = '0.0.1'
s.summary = '精臣打印机SDK' s.summary = '精臣打印机SDK'
s.description = <<-DESC s.description = '精臣打印机插件'
精臣打印机SDK
DESC
s.homepage = 'http://example.com' s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' } s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' } s.author = { 'Your Company' => 'email@example.com' }
@ -17,6 +15,10 @@ Pod::Spec.new do |s|
s.public_header_files = 'Classes/**/*.h' s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter' s.dependency 'Flutter'
s.platform = :ios, '11.0' s.platform = :ios, '11.0'
s.framework = 'AVFoundation', 'CoreMedia'
s.vendored_frameworks = 'Classes/CocoaAsyncSocket.framework'
s.vendored_libraries = 'Classes/JCAPI.a'
# Flutter.framework does not contain a i386 slice. # Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }