Authored by 刘金林

添加忽略文件,更改webp依赖至ALWlibwebp

@@ -19,6 +19,7 @@ DerivedData @@ -19,6 +19,7 @@ DerivedData
19 *.ipa 19 *.ipa
20 *.xcuserstate 20 *.xcuserstate
21 *.xcscmblueprint 21 *.xcscmblueprint
  22 +SDWebImage.xcworkspace/xcshareddata
22 23
23 # CocoaPods 24 # CocoaPods
24 # 25 #
@@ -62,6 +62,6 @@ Pod::Spec.new do |s| @@ -62,6 +62,6 @@ Pod::Spec.new do |s|
62 'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src' 62 'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
63 } 63 }
64 webp.dependency 'SDWebImage/Core' 64 webp.dependency 'SDWebImage/Core'
65 - webp.dependency 'libwebp', '~> 0.5' 65 + webp.dependency 'ALWlibwebp'
66 end 66 end
67 end 67 end