Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MxABC committed Jun 11, 2017
1 parent 75cfb2f commit 5b6eb9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions LBXScan.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
all.libraries = 'iconv','z'
all.resource = 'LBXScan/UI/CodeScan.bundle'
all.dependency 'ZBarSDK', '~> 1.3.1'
all.dependency 'LBXScan/Types','~> 2.0'
all.dependency 'LBXScan/Types','~> 2.1'
all.ios.frameworks = 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'ImageIO', 'QuartzCore'
all.prefix_header_contents = '#import "LBXScanNative.h"','#import "ZXingWrapper.h"','#import "LBXZBarWrapper.h"','#import "LBXScanView.h"'
end
Expand All @@ -31,14 +31,14 @@ Pod::Spec.new do |s|
lbxNative.source_files = 'LBXScan/LBXNative/*.{h,m}'
lbxNative.ios.frameworks = 'AVFoundation'
lbxNative.prefix_header_contents = '#import "LBXScanNative.h"'
lbxNative.dependency 'LBXScan/Types','~> 2.0'
lbxNative.dependency 'LBXScan/Types','~> 2.1'
end

s.subspec 'LBXZXing' do |lbxZXing|
lbxZXing.source_files = 'LBXScan/LBXZXing/**/*.{h,m}'
lbxZXing.ios.frameworks = 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'ImageIO', 'QuartzCore'
lbxZXing.prefix_header_contents = '#import "ZXingWrapper.h"'
lbxZXing.dependency 'LBXScan/Types','~> 2.0'
lbxZXing.dependency 'LBXScan/Types','~> 2.1'
end

s.subspec 'LBXZBar' do |lbxZBar|
Expand All @@ -47,14 +47,14 @@ Pod::Spec.new do |s|
lbxZBar.dependency 'ZBarSDK', '~> 1.3.1'
lbxZBar.ios.frameworks = 'AVFoundation', 'CoreGraphics', 'CoreMedia'
lbxZBar.prefix_header_contents = '#import "LBXZBarWrapper.h"'
lbxZBar.dependency 'LBXScan/Types','~> 2.0'
lbxZBar.dependency 'LBXScan/Types','~> 2.1'
end

s.subspec 'UI' do |ui|
ui.source_files = 'LBXScan/UI/*.{h,m}'
ui.resource = 'LBXScan/UI/CodeScan.bundle'
ui.prefix_header_contents = '#import "LBXScanView.h"'
ui.dependency 'LBXScan/Types','~> 2.0'
ui.dependency 'LBXScan/Types','~> 2.1'
end

end

0 comments on commit 5b6eb9b

Please sign in to comment.