Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ use_frameworks!
target "SpeedTestTests" do
project 'SpeedTest.xcodeproj'
pod 'RxSwift', '~> 5.0'
pod 'ReactiveSwift', :git => "https://github.com/ReactiveCocoa/ReactiveSwift.git", :tag => "6.1.0" # version 6.1 is not pushed to trunk
end
17 changes: 15 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
PODS:
- ReactiveSwift (6.1.0)
- RxSwift (5.0.0)

DEPENDENCIES:
- ReactiveSwift (from `https://github.com/ReactiveCocoa/ReactiveSwift.git`, tag `6.1.0`)
- RxSwift (~> 5.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- RxSwift

EXTERNAL SOURCES:
ReactiveSwift:
:git: https://github.com/ReactiveCocoa/ReactiveSwift.git
:tag: 6.1.0

CHECKOUT OPTIONS:
ReactiveSwift:
:git: https://github.com/ReactiveCocoa/ReactiveSwift.git
:tag: 6.1.0

SPEC CHECKSUMS:
ReactiveSwift: b78c7259f8ca46368238c895ae33a6a3bf9f811c
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f

PODFILE CHECKSUM: 5949c781af362f5f03ac55c374eace20756b40d7
PODFILE CHECKSUM: 4f7b6d260f9fbe88c1ff1f4f9a5f081e9570610c

COCOAPODS: 1.7.0.rc.1
COCOAPODS: 1.7.5
33 changes: 33 additions & 0 deletions Pods/Local Podspecs/ReactiveSwift.podspec.json

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

17 changes: 15 additions & 2 deletions Pods/Manifest.lock

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

1,827 changes: 1,045 additions & 782 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions Pods/ReactiveSwift/LICENSE.md

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

157 changes: 157 additions & 0 deletions Pods/ReactiveSwift/README.md

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

Loading