We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b057d5d commit 61dcc0eCopy full SHA for 61dcc0e
PodcastAPI.podspec
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
9
10
s.requires_arc = true
11
s.swift_version = "5.0"
12
- s.osx.deployment_target = "10.10"
13
- s.ios.deployment_target = "9.0"
+ s.osx.deployment_target = "13.3.99"
+ s.ios.deployment_target = "16.4.99"
14
s.watchos.deployment_target = "3.0"
15
s.tvos.deployment_target = "9.0"
16
s.source = { :git => "https://github.com/ListenNotes/podcast-api-swift.git", :tag => "#{s.version}" }
0 commit comments