Fix SVGKit crash for iOS 12
Library branch 3.x is only available for 13+. This doesn't cause an error because `ONLY_ACTIVE_ARCH=YES;` But it will fail at runtime causing any use of SVGKit in iOS 12 to crash.
Signed-off-by: Henrik Storch <henrik.storch@nextcloud.com>