blob: 10da4918b874778fddac7e85c7632dad21ea4a14 [file] [log] [blame]
{
"name": "VerticalCardSwiper",
"version": "0.1.0-beta4",
"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-beta4"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.swift"
}