blob: 40f3cc89dd5993291eb7d47b05dd9bca4c44af11 [file] [log] [blame]
{
"name": "JASwipeCell",
"version": "1.0.0",
"summary": "A UITableViewCell subclass that simulates IOS 8 mail's swipe cells.",
"description": " A UITableViewCell subclass that displays customizable left or right buttons that are revealed as the user swipes the cell in either direction. The edge-most buttons will pin to the container view and will execute an event similar to how the delete/archive button work in IOS 8 mail. A great way to simulate IOS 8 mail's behavior.\n",
"homepage": "https://github.com/joseria/JASwipeCell",
"license": "MIT",
"authors": {
"Jose Alvarez": "jose.a.alvarez@gmail.com"
},
"social_media_url": "http://twitter.com/joseaalvarez",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/joseria/JASwipeCell.git",
"tag": "1.0.0"
},
"source_files": "JASwipeCell",
"requires_arc": true
}