Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
inamiy committed Jun 12, 2019
1 parent f9bc47f commit 8e318bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxAutomaton.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "RxAutomaton"
s.version = "0.2.1"
s.version = "0.4.0"
s.summary = "RxSwift + State Machine, inspired by Redux and Elm."
s.homepage = "https://github.com/inamiy/RxAutomaton"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Yasuhiro Inami" => "inamiy@gmail.com" }

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.watchos.deployment_target = "3.0"
s.tvos.deployment_target = "9.0"

s.source = { :git => "https://github.com/inamiy/RxAutomaton.git", :tag => "#{s.version}" }
Expand Down

0 comments on commit 8e318bb

Please sign in to comment.