blob: 7f55da6b577170d6dfb57d1591644448cb30677a [file] [log] [blame]
{
"name": "TCSCustomRowActionFactory",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source_files": "TCSCustomRowActionFactory/Classes/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
]
}