diff --git a/README.md b/README.md index d3ab7e2..0eda1e8 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,15 @@ let package = Package( Use libwebp as you would normally, this is just a repo that adds an Xcode proj. -For Swift Package Manager user, use the modular import instead of C headers. +For Swift Package Manager user, it's recommended to use the modular import instead of C headers. + Objective-C ```objective-c @import libwebp; +// or if you don't use module +#import +#import ``` + Swift diff --git a/Xcode/Info.plist b/Xcode/Info.plist index fd290c2..c732565 100644 --- a/Xcode/Info.plist +++ b/Xcode/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.0-rc2 + 1.1.0 CFBundleVersion - 1.1.0-rc2 + 1.1.0 NSPrincipalClass diff --git a/libwebp.podspec b/libwebp.podspec index ee64441..1763c36 100644 --- a/libwebp.podspec +++ b/libwebp.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'libwebp' - s.version = '1.1.0-rc2' + s.version = '1.1.0' s.summary = 'Library to encode and decode images in WebP format.' s.homepage = 'https://developers.google.com/speed/webp/' s.authors = 'Google Inc.'