Skip to content

Commit

Permalink
update pod file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitsko committed Feb 26, 2018
1 parent 7b3a004 commit 5568a5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TisprCardStack.podspec
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
Pod::Spec.new do |s|

s.name = "TisprCardStack"
s.version = "1.0.1"
s.summary = "Library that allows to have cards UI with two stacks"
s.version = "2.0.0"
s.summary = "Swipable, customizable card stack view, Tinder like card stack view based on UICollectionView. Cards UI"

s.description = "Library that allows to have cards UI, like Tinder and Potluck. it is based on CollectionView. Works on iOS 8, Swift3"
s.description = "Library that allows to have cards UI, like Tinder and Potluck. it is based on CollectionView. Works on iOS 9, Swift3"

s.license = { :type => "Apache 2.0 License", :file => "LICENSE.txt" }

s.homepage = "https://github.com/tispr/tispr-card-stack"

s.authors = { 'Andrei Pitsko' => '[email protected]', 'Julien Perrenoud' => '[email protected]' }
s.authors = { 'Andrei Pitsko' => '[email protected]' }
s.social_media_url = "http://twitter.com/tispr"

s.source = { :git => "https://github.com/tispr/tispr-card-stack.git", :tag => s.version }

s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"

s.source_files = "TisprCardStack/TisprCardStack/*.swift"

Expand Down

0 comments on commit 5568a5c

Please sign in to comment.