Skip to content

Commit

Permalink
bump to version 0.1.4 (mac-gallagher#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-gallagher authored and vladimir-uvarov committed Feb 10, 2020
1 parent 877907c commit d0be2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shuffle-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Shuffle-iOS"
s.version = "0.1.3"
s.version = "0.1.4"
s.platform = :ios, "9.0"
s.summary = "A multi-directional card swiping library inspired by Tinder"

Expand All @@ -13,7 +13,7 @@ s.homepage = "https://github.com/mac-gallagher/Shuffle"
s.documentation_url = "https://github.com/mac-gallagher/Shuffle/tree/master/README.md"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Mac Gallagher" => "[email protected]" }
s.source = { :git => "https://github.com/mac-gallagher/Shuffle.git", :tag => "v0.1.3" }
s.source = { :git => "https://github.com/mac-gallagher/Shuffle.git", :tag => "v0.1.4" }

s.swift_version = "5.0"
s.source_files = "Sources/**/*.{h,swift}"
Expand Down

0 comments on commit d0be2ec

Please sign in to comment.