[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 7 / d / 1 / SNLInteractionTableView / 1.3.1 / SNLInteractionTableView.podspec.json
blob73c8620c7a23f5dedb13843e9beaf60b903de2bb
2   "name": "SNLInteractionTableView",
3   "version": "1.3.1",
4   "summary": "Complete tableView stack (controller, tableView and cell) to easily add more interaction to your tableView.",
5   "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",
6   "homepage": "https://github.com/simonnickel/SNLInteractionTableView",
7   "screenshots": "http://simonnickel.de/wp-content/uploads/2014/02/snifinal1.gif",
8   "license": "MIT",
9   "authors": {
10     "Simon Nickel": "simonnickel@googlemail.com"
11   },
12   "source": {
13     "git": "https://github.com/simonnickel/SNLInteractionTableView.git",
14     "tag": "1.3.1"
15   },
16   "social_media_url": "https://twitter.com/simonnickel_en",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes/ios/*.{h,m}",
22   "resources": "Assets/*.gif"