Skip to content

Commit 61dcc0e

Browse files
committed
Bump supported macOS/iOS version
1 parent b057d5d commit 61dcc0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PodcastAPI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
99

1010
s.requires_arc = true
1111
s.swift_version = "5.0"
12-
s.osx.deployment_target = "10.10"
13-
s.ios.deployment_target = "9.0"
12+
s.osx.deployment_target = "13.3.99"
13+
s.ios.deployment_target = "16.4.99"
1414
s.watchos.deployment_target = "3.0"
1515
s.tvos.deployment_target = "9.0"
1616
s.source = { :git => "https://github.com/ListenNotes/podcast-api-swift.git", :tag => "#{s.version}" }

0 commit comments

Comments
 (0)