Skip to content

Commit

Permalink
bump tvos version
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearace committed Aug 28, 2023
1 parent ccc73e3 commit 175da8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Socket.IO-Client-Swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.author = { "Erik" => "[email protected]" }
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '10.0'
s.tvos.deployment_target = '12.0'
s.watchos.deployment_target = '5.0'
s.requires_arc = true
s.source = {
Expand Down

0 comments on commit 175da8b

Please sign in to comment.