Skip to content

Commit

Permalink
Update ReachabilitySwift.podspec
Browse files Browse the repository at this point in the history
Remove tvOS version support
  • Loading branch information
rcrahul43 committed Feb 29, 2024
1 parent cc60c51 commit da40f46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ReachabilitySwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Pod::Spec.new do |s|
# Source Info
s.ios.deployment_target = "12.0"
s.osx.deployment_target = "10.13"
s.tvos.deployment_target = "9.0"
s.source = {
:git => 'https://github.com/gojekfarm/Reachability.swift.git',
:tag => 'v'+s.version.to_s
Expand Down

0 comments on commit da40f46

Please sign in to comment.