Hi.
I'm the maitainer of iOS's package manager for libwebp. This is not maintained by libwebp's Google's git, but using another DSL.
We supports 3 different package managers on iOS devs:
+ CocoaPods
+ Carthage
+ Swift Package Manager
The current latest version of that package, does not specify any deployment target version limit. Which will cause Xcode 12 to assume it using iOS 9+.
However, many other components which dependency libwebp, still use iOS 8+.
This will cause the package manager resolve failure. (Because, higher deployment target version should not dependency lower deployment target version).
So, we have to fill the deployment target limit for libwebp, so I create a MR:
However, the problem is:
Our `libwebp-Xcode` (iOS integration) need to release the same version timeline as Google's libwebp official repo. This cause issue because libwebp latest version released **on 7 Jan**
There are more than half a year no version bumped. This cause a pain for us. And I rememeber that I previouslly have the familiar issue:
So, any plan about the libwebp 1.1.1 ? Or 1.2.0 release date ?