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 b620bf3 commit d8f7db9Copy full SHA for d8f7db9
Action.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Action"
3
- s.version = "1.2.0"
+ s.version = "1.2.1"
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,11 @@ Changelog
Current master
--------------
7
+1.2.1
8
+-----
9
+
10
+- Relaxes dependency requirements.
11
12
1.2.0
13
-----
14
0 commit comments