blob: 43a4d35be063782028d37ebf436f5865416b535f [file] [log] [blame]
{
"name": "ICSwipeActionsTableCell",
"version": "0.2",
"summary": "Swift class to support swipe gestures to reveal additional options buttons.",
"description": "This is a simple Swift class that lets you add as many additional buttons to a table view cell as you like :-)\nIt's written in Swift 2.0 and takes full advantage of it's features, making it super simple tu use.",
"homepage": "https://github.com/imaginary-cloud/ICSwipeActionsTableCell",
"screenshots": "http://cdn.makeagif.com/media/7-22-2015/v3DVWz.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Natalia Terlecka": "nterlecka@imaginarycloud.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/imaginary-cloud/ICSwipeActionsTableCell.git",
"tag": "0.2"
},
"source_files": "ICSwipeActionsTableCell/ICSwipeActionsTableCell.swift",
"requires_arc": true
}