blob: 73c8620c7a23f5dedb13843e9beaf60b903de2bb [file] [log] [blame]
{
"name": "SNLInteractionTableView",
"version": "1.3.1",
"summary": "Complete tableView stack (controller, tableView and cell) to easily add more interaction to your tableView.",
"description": " SNLInteractionTableView provides a complete tableView stack (controller, tableView and cell) to easily add more interaction to your tableView. It uses AutoLayout and extends an existing tableViewCell layout from your Storyboard with the following functionality:\n\n * Swipe Action - left and right, with bounce, slide-back or slide-out animation\n * Selection - with toolbar\n * Reordering - by long press\n",
"homepage": "https://github.com/simonnickel/SNLInteractionTableView",
"screenshots": "http://simonnickel.de/wp-content/uploads/2014/02/snifinal1.gif",
"license": "MIT",
"authors": {
"Simon Nickel": "simonnickel@googlemail.com"
},
"source": {
"git": "https://github.com/simonnickel/SNLInteractionTableView.git",
"tag": "1.3.1"
},
"social_media_url": "https://twitter.com/simonnickel_en",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/ios/*.{h,m}",
"resources": "Assets/*.gif"
}