The latest libwebp library has some warnings that cause our pod spec lint to fail

This commit is contained in:
Bogdan Poplauschi 2015-03-17 15:43:11 +02:00
parent 76ed37636f
commit 36f5b1e4e9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ before_install:
script:
- pod lib lint
- pod lib lint --allow-warnings
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage' -sdk iphonesimulator build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+WebP' -sdk iphonesimulator build
- xctool -workspace SDWebImage.xcworkspace -scheme 'SDWebImage+MKAnnotation' -sdk iphonesimulator build