Skip to content

Commit

Permalink
Action 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed May 2, 2019
1 parent 956e0e6 commit f656fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Action.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "Action"
s.version = "3.11.0"
s.version = "4.0.0"
s.summary = "Abstracts actions to be performed in RxSwift."
s.description = <<-DESC
Encapsulates an action to be performed, usually by a button press, but also useful to pass actions to execute later
(once or multiple times) without having to expose other objects.
DESC
s.homepage = "https://github.com/RxSwiftCommunity/Action"
s.license = { :type => "MIT", :file => "License.md" }
s.author = { "Ash Furrow" => "[email protected]" }
s.author = { "RxSwift Community" => "[email protected]" }
s.social_media_url = "http://twitter.com/ashfurrow"

s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit f656fec

Please sign in to comment.