Skip to content

Commit 86d6c99

Browse files
authored
Merge pull request #59 from fassko/master
Swift 4.2 in podspec and .swift-version
2 parents 803d958 + 7b1fc33 commit 86d6c99

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.2

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Current master
66

77
- Nothing yet!
88

9+
4.4.1
10+
-----
11+
- Specify Swift 4.2 in podspec and .swift-version See [#59](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/59) - [@fassko](https://github.com/fassko)
12+
913
4.4.0
1014
-----
1115
- Swift 4.2 and Xcode 10 support See [#58](https://github.com/RxSwiftCommunity/NSObject-Rx/pull/58) - [@fassko](https://github.com/fassko)

NSObject+Rx.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "NSObject+Rx"
3-
s.version = "4.4.0"
3+
s.version = "4.4.1"
44
s.summary = "Handy RxSwift extensions on NSObject."
55
s.description = <<-DESC
66
Right now, we just have a `rx_disposeBag` property, but we're open to PRs!
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.watchos.deployment_target = '2.0'
1616
s.tvos.deployment_target = '9.0'
1717

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

0 commit comments

Comments
 (0)