[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / 1 / SNLInteractionTableView / 1.3.0 / SNLInteractionTableView.podspec.json
blobd0860bad10b92cf2c0682f469e74eb23f627639a
2   "name": "SNLInteractionTableView",
3   "version": "1.3.0",
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": "http://simonnickel.de/devlog/projects/sninteractiontableview",
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.0"
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"