Gifski for iOS, macOS, watchOS and tvOS packed in XCFramework and SPM.
If you're looking for origin Rust library, check out gifski.
- Install latest Xcode
- Add
https://github.com/XMLHexagram/GifskiFramework
as SPM dependency inProject > Swift Packages
. This could take a while cause it downloads ~60mb zip file with xcframework. - Add
GifskiFramework
as your target dependency. import Gifski
in your code.- enjoy coding!
You can find latest releases at Releases page.
Code in this repo is under MIT.
But please pay attention the origin library gifski is under AGPL 3 or later / alternative commercial licenses. Checkout gifski#license for more information.