Skip to content

Commit

Permalink
Drop iOS 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Feb 2, 2021
1 parent 88d2d32 commit 072b223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.dependency "RxCocoa", "~> 6.0"

s.swift_version = "5.0"
s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.11"
s.tvos.deployment_target = "9.0"
end

0 comments on commit 072b223

Please sign in to comment.