Skip to content

Commit f656fec

Browse files
committed
Action 4.0.0
1 parent 956e0e6 commit f656fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Action.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "Action"
3-
s.version = "3.11.0"
3+
s.version = "4.0.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 button press, but also useful to pass actions to execute later
77
(once or multiple times) without having to expose other objects.
88
DESC
99
s.homepage = "https://github.com/RxSwiftCommunity/Action"
1010
s.license = { :type => "MIT", :file => "License.md" }
11-
s.author = { "Ash Furrow" => "[email protected]" }
11+
s.author = { "RxSwift Community" => "[email protected]" }
1212
s.social_media_url = "http://twitter.com/ashfurrow"
1313

1414
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)