Skip to content

Commit

Permalink
Updated Action.podspec for 3.10.2 release purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
bobgodwinx authored and freak4pc committed Mar 2, 2019
1 parent d6bf581 commit 5959a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Action.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Action"
s.version = "3.10.0"
s.version = "3.10.2"
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
Expand All @@ -20,8 +20,8 @@ Pod::Spec.new do |s|
s.source_files = "Sources/**/*.{swift}"

s.frameworks = "Foundation"
s.dependency "RxSwift", "~> 4.3"
s.dependency "RxCocoa", "~> 4.3"
s.dependency "RxSwift", "~> 4.0"
s.dependency "RxCocoa", "~> 4.0"

s.watchos.exclude_files = "Control+Action.swift", "Button+Action.swift", "UIBarButtonItem+Action.swift", "UIAlertAction+Action.swift"
s.osx.exclude_files = "UIBarButtonItem+Action.swift", "UIAlertAction+Action.swift"
Expand Down

0 comments on commit 5959a48

Please sign in to comment.