blob: 51d7d1552bd5a286fd07afb1628bcbdcddf45c98 [file] [log] [blame]
{
"name": "VerticalCardSwiper",
"version": "0.1.0-alpha2",
"summary": "A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.",
"description": "The goal of this project is to recreate the Discover UI in Shazam (which I think is a great, fun way to display content) in combination with a Tinder style of swiping cards to the left/right. The idea behind this is that in some cases, you don't want to swipe away cards, but keep them availible for later on. This implementation allows for that. And it's a fun way to interact with content.\nIt's built with a UICollectionView and a custom flowLayout.",
"homepage": "https://github.com/JoniVR/VerticalCardSwiper",
"screenshots": "https://raw.githubusercontent.com/JoniVR/VerticalCardSwiper/master/example.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JoniVR": "joni.VR@hotmail.com"
},
"source": {
"git": "https://github.com/JoniVR/VerticalCardSwiper.git",
"tag": "0.1.0-alpha2"
},
"swift_version": "4.1",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.swift"
}