blob: 552a35333698c86b8ba534b96ba83ba7ecfdd8e5 [file] [log] [blame]
{
"name": "MXCardsSwipingView",
"version": "0.2.0",
"summary": "A UIView offering Tinder style card swiping on iOS.",
"description": "It's a lightweight `UIView` to extract the pan gesture and animations involved in the card swiping\nparadigm which has become so popular. Other card-swiping libraries try to do too much IMO and make it\nhard to customize. To use it, you simply instantiate a `MXCardsSwipingView` and enqueue cards. You can\nenqueue more cards when its delegate methods are called. And the card you enqueue can optionally conform to the\n`MXSwipableCard` protocol to provide additional customizability (e.g. fading views in on swipe left or right).",
"homepage": "https://github.com/skensell/MXCardsSwipingView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Scott Kensell": "skensell@gmail.com"
},
"source": {
"git": "https://github.com/skensell/MXCardsSwipingView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MXCardsSwipingView/Classes/**/*",
"frameworks": "UIKit"
}