Skip to content

Commit 208d727

Browse files
committed
Increases minimum deployment target to iOS 9.0
1 parent a58a819 commit 208d727

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Current master
1010
-----
1111

1212
- Adds support for RxSwift 6 - [@jinsu3758](https://github.com/jinsu3758)
13+
- Increases minimum deployment target to iOS 9.0 - [@ashfurrow](https://github.com/ashfurrow)
1314

1415
5.1.1
1516
-----

NSObject+Rx.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.author = { "Ash Furrow" => "ash@ashfurrow.com" }
1111
s.social_media_url = "http://twitter.com/ashfurrow"
1212

13-
s.ios.deployment_target = '8.0'
13+
s.ios.deployment_target = '9.0'
1414
s.osx.deployment_target = '10.10'
1515
s.watchos.deployment_target = '3.0'
1616
s.tvos.deployment_target = '9.0'

0 commit comments

Comments
 (0)