mirror of
https://github.com/devicekit/DeviceKit.git
synced 2026-05-17 10:20:34 +00:00
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:
+3
-3
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user