blob: ecf706d036f6f7f43eceaa0a5e2fab0838a13163 [file] [log] [blame]
{
"name": "KSCardView",
"version": "1.2.0",
"summary": "A robust, customizable, easy to use, subclass of UIView for iOS. ",
"description": "KSCardView is a subclass of UIView that the user can interact with. The user can perform a gesture of swiping the view up, down, left, or right. The developer can implement the delegate functions to handle when a user moves the card far enough in any one direction so that an action can be performed. Also, the developer can choose to overlay an image to hint at what action will be performed when the card is dragged in that direction fully. There is a nice rubberband animation when the card is not dragged far enough and also a rotation effect when dragged horizontally.",
"homepage": "https://github.com/drumnkyle/KSCardView",
"license": {
"type": "MIT",
"file": "license.txt"
},
"authors": {
"drumnkyle": "kyledsherman@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/drumnkyle/KSCardView.git",
"tag": "1.2.0"
},
"source_files": "src/KSCardView.*",
"requires_arc": true
}