Skip to content

Commit

Permalink
Merge pull request RxSwiftCommunity#65 from jwutke/rxswift-dependency…
Browse files Browse the repository at this point in the history
…-fix

Update RxSwift dependency to 4.1.0.
  • Loading branch information
devxoul authored Apr 20, 2018
2 parents a39ce66 + 5ce4281 commit 6255df1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" ~> 4.0.0
github "ReactiveX/RxSwift" ~> 4.1.0
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ PODS:
- RxSwift (>= 3.4)
- RxCocoa (4.1.2):
- RxSwift (~> 4.0)
- RxKeyboard (0.8.1):
- RxCocoa (>= 4.0.0)
- RxSwift (>= 4.0.0)
- RxKeyboard (0.8.2):
- RxCocoa (>= 4.1.0)
- RxSwift (>= 4.1.0)
- RxSwift (4.1.2)
- SnapKit (4.0.0)
- SwiftyColor (1.0.0)
Expand Down Expand Up @@ -41,7 +41,7 @@ SPEC CHECKSUMS:
ManualLayout: 68ac8cfa6b5f656f7a9fadec3730208b95986880
ReusableKit: 4e4f45128985987555bde17abbf261c0a604f9f2
RxCocoa: d88ba0f1f6abf040011a9eb4b539324fc426843a
RxKeyboard: ce24525d4a3dc983664e44540f240c8e7bb4d4b8
RxKeyboard: 24d6d56cda6f95519533f063af94b6e67bed64e4
RxSwift: e49536837d9901277638493ea537394d4b55f570
SnapKit: a42d492c16e80209130a3379f73596c3454b7694
SwiftyColor: 7fa09db14051bc5d7f539e1c4576665975225992
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ RxKeyboard.instance.frame

## Dependencies

- [RxSwift](https://github.com/ReactiveX/RxSwift) (>= 4.0.0)
- [RxCocoa](https://github.com/ReactiveX/RxSwift) (>= 4.0.0)
- [RxSwift](https://github.com/ReactiveX/RxSwift) (>= 4.1.0)
- [RxCocoa](https://github.com/ReactiveX/RxSwift) (>= 4.1.0)

## Requirements

Expand Down
4 changes: 2 additions & 2 deletions RxKeyboard.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Pod::Spec.new do |s|
s.frameworks = 'UIKit', 'Foundation'
s.requires_arc = true

s.dependency 'RxSwift', '>= 4.0.0'
s.dependency 'RxCocoa', '>= 4.0.0'
s.dependency 'RxSwift', '>= 4.1.0'
s.dependency 'RxCocoa', '>= 4.1.0'

s.ios.deployment_target = '8.0'
end

0 comments on commit 6255df1

Please sign in to comment.