Fix CI after macOS 12 image deprecation by GitHub. (#430)

* Fix CI after macOS 12 image deprecation by GitHub.

* Increase minimum deployment target to iOS 13.

* Select Xcode latest stable.
This commit is contained in:
Zandor Smith
2025-03-11 23:46:15 +01:00
committed by GitHub
parent d3bb693a66
commit 0d69179951
4 changed files with 28 additions and 24 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/dennis_weissman'
s.requires_arc = true
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.watchos.deployment_target = '4.0'
s.ios.deployment_target = '13.0'
s.tvos.deployment_target = '13.0'
s.watchos.deployment_target = '7.0'
s.swift_version = '5.0'