File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Libwebp is available through [Swift Package Manager](https://img.shields.io/badg
32
32
```
33
33
let package = Package(
34
34
dependencies: [
35
- .package(url: "https://github.com/SDWebImage/libwebp-Xcode", from: "1.0.4 ")
35
+ .package(url: "https://github.com/SDWebImage/libwebp-Xcode", from: "1.1.0 ")
36
36
],
37
37
// ...
38
38
)
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.3 </string >
18
+ <string >1.1.0-rc2 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >1.0.3 </string >
20
+ <string >1.1.0-rc2 </string >
21
21
<key >NSPrincipalClass </key >
22
22
<string ></string >
23
23
</dict >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'libwebp'
3
- s . version = '1.0.3 '
3
+ s . version = '1.1.0-rc2 '
4
4
s . summary = 'Library to encode and decode images in WebP format.'
5
5
s . homepage = 'https://developers.google.com/speed/webp/'
6
6
s . authors = 'Google Inc.'
You can’t perform that action at this time.
0 commit comments