Skip to content

Commit

Permalink
Merge pull request #59 from fassko/master
Browse files Browse the repository at this point in the history
Swift 4.2 in podspec and .swift-version
  • Loading branch information
ashfurrow authored Sep 26, 2018
2 parents 803d958 + 7b1fc33 commit 86d6c99
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.2
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Current master

- Nothing yet!

4.4.1
-----
- Specify Swift 4.2 in podspec and .swift-version See [#59](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/59) - [@fassko](https://github.com/fassko)

4.4.0
-----
- Swift 4.2 and Xcode 10 support See [#58](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/58) - [@fassko](https://github.com/fassko)
Expand Down
4 changes: 2 additions & 2 deletions NSObject+Rx.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "NSObject+Rx"
s.version = "4.4.0"
s.version = "4.4.1"
s.summary = "Handy RxSwift extensions on NSObject."
s.description = <<-DESC
Right now, we just have a `rx_disposeBag` property, but we're open to PRs!
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'

s.swift_version = '4.0'
s.swift_version = '4.2'
s.source = { :git => "https://github.com/RxSwiftCommunity/NSObject-Rx.git", :tag => s.version }
s.source_files = "*.swift"
s.frameworks = "Foundation"
Expand Down

0 comments on commit 86d6c99

Please sign in to comment.