Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liangdahong committed May 10, 2021
1 parent d6d3d6b commit 293ced2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PODS:
- RxSwift (= 6.1.0)
- RxRelay (6.1.0):
- RxSwift (= 6.1.0)
- RxSVP (0.1.0):
- RxSVP (0.1.2):
- RxCocoa
- SVProgressHUD
- RxSwift (6.1.0)
Expand All @@ -32,7 +32,7 @@ SPEC CHECKSUMS:
"NSObject+Rx": 49ffbf55ad0bbc29a44547db63a9e33caf0c5d60
RxCocoa: 5c51f02d562cbd94629f6c26cf0c80fe4ab8d343
RxRelay: 483e1a19fad961b41f0b0c0bee506f46c1ae14fe
RxSVP: f98e537d8ed65d8fbb0c9b21b73204b3f892df5e
RxSVP: f9f47b29bc54332ee778cee175b3703c07f0130c
RxSwift: a834e5c538e89eca0cae86f403f4fbf0336786ce
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6

Expand Down
10 changes: 5 additions & 5 deletions Example/Pods/Local Podspecs/RxSVP.podspec.json

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

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/RxSVP/RxSVP-Info.plist

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

2 changes: 1 addition & 1 deletion RxSVP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RxSVP'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'RxSwift SVProgressHUD'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion RxSVP/Classes/SVProgressHUD+Rx.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ extension Reactive where Base: SVProgressHUD {
.init(UIApplication.shared) { Base.show(withStatus: $1) }
}

public static var showImage: Binder<(UIImage, String?)> {
public static var loadingImageStatus: Binder<(UIImage, String?)> {
.init(UIApplication.shared) { Base.show($1.0, status: $1.1) }
}

Expand Down

0 comments on commit 293ced2

Please sign in to comment.