-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
|