Skip to content

Commit

Permalink
Removed included example headers from ZBarSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNexploder committed Jul 31, 2012
1 parent 3c5dfba commit 3a1a164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZBarSDK/1.2.2/ZBarSDK.podspec
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|

s.resources = 'iphone/res/{zbar-*.png,zbar-help.html}'

s.source_files = 'include/zbar.h', 'zbar/**/*.h', 'iphone/**/*.h',
s.source_files = 'include/zbar.h', 'zbar/**/*.h', 'iphone/*.h', 'iphone/include/**/*.h',
'zbar/{config,decoder,error,image,img_scanner,refcnt,scanner,symbol}.c',
'zbar/decoder/{code128,code39,ean,i25,qr_finder,databar,code93}.c',
'zbar/qrcode/{bch15_5,binarize,isaac,qrdec,qrdectxt,rs,util}.c',
Expand Down

0 comments on commit 3a1a164

Please sign in to comment.