Skip to content

Commit

Permalink
Merge pull request #18 from cats-oss/update-podspec
Browse files Browse the repository at this point in the history
Update podspec
  • Loading branch information
marty-suzuki committed Jan 29, 2020
2 parents d4cb879 + 7958c8f commit 3f59358
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Unio.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
#

Pod::Spec.new do |s|
last_commit = `git rev-list --tags --max-count=1`.strip
last_tag = `git describe --tags #{last_commit}`.strip

s.name = "Unio"
s.version = "0.8.0"
s.version = last_tag
s.summary = "KeyPath based Unidirectionarl Input / Output framework with RxSwift."
s.homepage = "https://github.com/cats-oss/Unio"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit 3f59358

Please sign in to comment.