Skip to content

Commit

Permalink
Merge pull request #37 from mickamy/feature/carthage-support
Browse files Browse the repository at this point in the history
Yet another Carthage support
  • Loading branch information
fassko authored Apr 11, 2020
2 parents 132595c + 969daba commit bc08a33
Show file tree
Hide file tree
Showing 10 changed files with 672 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Carthage/Checkouts/RxSwift"]
path = Carthage/Checkouts/RxSwift
url = https://github.com/ReactiveX/RxSwift.git
2 changes: 2 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "ReactiveX/RxSwift" ~> 5.0

1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "ReactiveX/RxSwift" "5.1.1"
1 change: 1 addition & 0 deletions Carthage/Checkouts/RxSwift
Submodule RxSwift added at 002d32
Loading

0 comments on commit bc08a33

Please sign in to comment.