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 e3ca774 commit 9a858f8Copy full SHA for 9a858f8
Action.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Action"
3
- s.version = "0.2.0"
+ s.version = "0.3.0"
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
@@ -6,6 +6,11 @@ Current master
7
Nothing yet!
8
9
+0.3.0
10
+-----
11
+
12
+Added `UIAlertAction` support.
13
14
0.2.1
15
-----
16
0 commit comments