We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6010067 commit f0f9571Copy full SHA for f0f9571
Action.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Action"
3
- s.version = "2.2.1"
+ s.version = "2.2.2"
4
s.summary = "Abstracts actions to be performed in RxSwift."
5
s.description = <<-DESC
6
Encapsulates an action to be performed, usually by a UIButton press.
Changelog.md
@@ -4,6 +4,9 @@ Changelog
Current master
--------------
7
+2.2.2
8
+-----
9
+
10
- Remove `RxBlocking` from Linked Libraries in `Action` target
11
12
2.2.1
0 commit comments