We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9416b99 + 8a6d555 commit f2ed98fCopy full SHA for f2ed98f
SwiftRichString.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.author = { "Daniele Margutti" => "[email protected]" }
11
s.social_media_url = "https://twitter.com/danielemargutti"
12
s.ios.deployment_target = "9.0"
13
- s.osx.deployment_target = "11.0"
+ s.osx.deployment_target = "10.11"
14
s.watchos.deployment_target = "2.0"
15
s.tvos.deployment_target = "9.2"
16
s.source = { :git => "https://github.com/malcommac/SwiftRichString.git", :tag => s.version.to_s }
0 commit comments