Skip to content

Commit

Permalink
Swift 5 and RxSwift/Cocoa 5.0 support. (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrmanning authored and freak4pc committed Jun 12, 2019
1 parent c0fc44a commit 50dabdc
Show file tree
Hide file tree
Showing 311 changed files with 8,043 additions and 7,428 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
environment:
LANG: en_US.UTF-8
macos:
xcode: '10.0.0'
xcode: '10.2.1'
steps:
- checkout
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" ~> 4.4
github "ReactiveX/RxSwift" ~> 5.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" "4.4"
github "ReactiveX/RxSwift" "5.0.1"
37 changes: 19 additions & 18 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
PODS:
- Nimble (7.3.3)
- Quick (1.3.4)
- RxAtomic (4.4.0)
- RxCocoa (4.4.0):
- RxSwift (~> 4.0)
- RxMKMapView (4.4.0):
- RxCocoa (~> 4.4)
- RxSwift (~> 4.4)
- RxSwift (4.4.0):
- RxAtomic (~> 4.4)
- Nimble (8.0.1)
- Quick (2.1.0)
- RxCocoa (5.0.0):
- RxRelay (~> 5)
- RxSwift (~> 5)
- RxMKMapView (5.0.0):
- RxCocoa (~> 5.0)
- RxSwift (~> 5.0)
- RxRelay (5.0.0):
- RxSwift (~> 5)
- RxSwift (5.0.0)

DEPENDENCIES:
- Nimble
Expand All @@ -19,22 +20,22 @@ SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Nimble
- Quick
- RxAtomic
- RxCocoa
- RxRelay
- RxSwift

EXTERNAL SOURCES:
RxMKMapView:
:path: "../"

SPEC CHECKSUMS:
Nimble: 3b434b1e7d0a92603a13550a82880b0d952f518e
Quick: f4f7f063c524394c73ed93ac70983c609805d481
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
RxCocoa: df63ebf7b9a70d6b4eeea407ed5dd4efc8979749
RxMKMapView: e413c9f349df894254ed6b15fccee3952ac86dc6
RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
RxMKMapView: 7b19fc545887314851ea67b12193bc8c6004dcb5
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f

PODFILE CHECKSUM: 71ce9fa2b867d95f8b9aca3810e348d809d86709

COCOAPODS: 1.6.0
COCOAPODS: 1.7.0.beta.2
8 changes: 4 additions & 4 deletions Example/Pods/Local Podspecs/RxMKMapView.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 19 additions & 18 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 7 additions & 22 deletions Example/Pods/Nimble/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 50dabdc

Please sign in to comment.