File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Action"
3- s . version = "1.2.2 "
3+ s . version = "1.3.0 "
44 s . summary = "Abstracts actions to be performed in RxSwift."
55 s . description = <<-DESC
66 Encapsulates an action to be performed, usually by a UIButton press.
@@ -21,8 +21,8 @@ Pod::Spec.new do |s|
2121 s . source_files = "*.{swift}"
2222
2323 s . frameworks = "Foundation"
24- s . dependency "RxSwift" , '~> 2.6'
25- s . dependency "RxCocoa" , '~> 2.6'
24+ s . dependency "RxSwift"
25+ s . dependency "RxCocoa"
2626
2727 s . watchos . exclude_files = "UIButton+Rx.swift" , "UIBarButtonItem+Action.swift" , "AlertAction.swift"
2828 s . osx . exclude_files = "UIButton+Rx.swift" , "UIBarButtonItem+Action.swift" , "AlertAction.swift"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Current master
77- Added inputs subject to trigger actins by observables. See [ #37 ] ( https://github.com/RxSwiftCommunity/Action/pull/37 ) .
88- Fixes a problem with observable deallocation related to ` rx_action ` button property. See [ #33 ] ( https://github.com/RxSwiftCommunity/Action/pull/33 ) .
99- Improved Carthage compatibility. See [ #34 ] ( https://github.com/RxSwiftCommunity/Action/pull/34 ) .
10+ - Swift 2.3 support.
1011
11121.2.1
1213-----
You can’t perform that action at this time.
0 commit comments