Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-uvarov committed Feb 10, 2020
1 parent d0be2ec commit 800251e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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.4"
s.version = "0.1.5"
s.platform = :ios, "9.0"
s.summary = "A multi-directional card swiping library inspired by Tinder"

Expand All @@ -10,11 +10,10 @@ A multi-directional card swiping library inspired by Tinder.
DESC

s.homepage = "https://github.com/mac-gallagher/Shuffle"
s.documentation_url = "https://github.com/mac-gallagher/Shuffle/tree/master/README.md"
s.documentation_url = "https://github.com/Topface/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.4" }

s.source = { :git => "https://github.com/Topface/Shuffle.git", :tag => "0.1.5" }
s.swift_version = "5.0"
s.source_files = "Sources/**/*.{h,swift}"

Expand Down

0 comments on commit 800251e

Please sign in to comment.