添加webp库引入pod方式
review by 枪兵
Showing
1 changed file
with
2 additions
and
2 deletions
1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
2 | s.name = "YHExplorer" | 2 | s.name = "YHExplorer" |
3 | - s.version = "1.5.0" | 3 | + s.version = "1.5.1" |
4 | s.summary = "Integrated WebView with Cordova" | 4 | s.summary = "Integrated WebView with Cordova" |
5 | s.description = <<-DESC | 5 | s.description = <<-DESC |
6 | An WebView Kit integrated Cordova. | 6 | An WebView Kit integrated Cordova. |
@@ -13,7 +13,7 @@ Pod::Spec.new do |s| | @@ -13,7 +13,7 @@ Pod::Spec.new do |s| | ||
13 | s.platform = :ios, '7.0' | 13 | s.platform = :ios, '7.0' |
14 | s.requires_arc = true | 14 | s.requires_arc = true |
15 | 15 | ||
16 | - #s.dependency 'YH_WebP', '~> 1.0.0' | 16 | + s.dependency 'ALWlibwebp', '~> 0.1.4' |
17 | 17 | ||
18 | s.source_files = 'YHExplorer/*.{h,m}' | 18 | s.source_files = 'YHExplorer/*.{h,m}' |
19 | s.resources = 'YHExplorer/*.{xml,js}' | 19 | s.resources = 'YHExplorer/*.{xml,js}' |
-
Please register or login to post a comment