Skip to content

Commit

Permalink
Bump RxSwift to 5.0; Version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed May 25, 2019
1 parent 1e413a6 commit 97277de
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[Changelog](https://github.com/kean/RxNuke/releases) for all versions

## RxNuke 0.9

- Bump RxSwift dependency to RxSwift 5.0

## RxNuke 0.8.1

- Fix Carthage support by adding a shared scheme
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "kean/Nuke" ~> 7.0
github "ReactiveX/RxSwift" ~> 4.0
github "ReactiveX/RxSwift" ~> 5.0
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "ReactiveX/RxSwift" "4.5.0"
github "kean/Nuke" "7.6"
github "ReactiveX/RxSwift" "5.0.1"
github "kean/Nuke" "7.6.3"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ final class ImageCell: UICollectionViewCell {

| RxNuke | Swift | Xcode | Platforms |
|------------------|-----------------------|----------------------|----------------------------------------------------|
| RxNuke 0.8 | Swift 4.25.0 | Xcode 10.110.2 | iOS 10.0 / watchOS 3.0 / macOS 10.12 / tvOS 10.0 |
| RxNuke 0.8 0.9 | Swift 4.25.0 | Xcode 10.110.2 | iOS 10.0 / watchOS 3.0 / macOS 10.12 / tvOS 10.0 |
| RxNuke 0.7 | Swift 4.04.2 | Xcode 9.210.1 | iOS 9.0 / watchOS 2.0 / macOS 10.10 / tvOS 9.0 |

# License
Expand Down
4 changes: 2 additions & 2 deletions RxNuke.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxNuke'
s.version = '0.8.1'
s.version = '0.9'
s.summary = 'RxSwift extensions for Nuke'

s.homepage = 'https://github.com/kean/RxNuke'
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.module_name = "RxNuke"

s.dependency 'Nuke', '~> 7.0'
s.dependency 'RxSwift', '~> 4.0'
s.dependency 'RxSwift', '~> 5.0'

s.source_files = 'Source/**/*'
end
2 changes: 2 additions & 0 deletions RxNuke.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
0CC3804A225B1EEB0055AD42 /* RxNuke.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = RxNuke.podspec; sourceTree = "<group>"; };
0CC3804B225B1EF20055AD42 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
0CC3804C225B1EFE0055AD42 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
0CE8A1C4229915710065AAEA /* Cartfile */ = {isa = PBXFileReference; lastKnownFileType = text; path = Cartfile; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -96,6 +97,7 @@
0CC3804B225B1EF20055AD42 /* README.md */,
0CC3804C225B1EFE0055AD42 /* CHANGELOG.md */,
0CC3804A225B1EEB0055AD42 /* RxNuke.podspec */,
0CE8A1C4229915710065AAEA /* Cartfile */,
);
name = Metadata;
sourceTree = "<group>";
Expand Down
2 changes: 1 addition & 1 deletion Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.8.1</string>
<string>0.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 97277de

Please sign in to comment.