blob: 7acb9c9a83048b0354d3ce4d87adb50198ca318e [file] [log] [blame]
{
"name": "TCSCustomRowActionFactory",
"version": "1.1.0",
"summary": "TCSCustomRowActionFactory - universal solution for swipe actions",
"description": "TCSCustomRowActionFactory allows you to setup the swipe actions for cells in a table view in any way using UIView and other convenient methods",
"homepage": "https://github.com/TinkoffCreditSystems/tcscustomrowactionfactory",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Alexander Trushin": "a.trushin@tinkoff.ru"
},
"source": {
"git": "https://github.com/TinkoffCreditSystems/tcscustomrowactionfactory.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "TCSCustomRowActionFactory/Classes/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
]
}