[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 4 / b / TableSchemer / 2.2.0 / TableSchemer.podspec.json
blob39a016706b21e04ce205b72786639ab11f478f9d
2   "name": "TableSchemer",
3   "version": "2.2.0",
4   "summary": "Interactive static table views with ease",
5   "description": "TableSchemer is a framework for building static interactive table views. Interface Builder provides a great way to build out static table views, but not everyone uses interface builder, and adding interactivity to these table views is difficult. Writing interactive static table views traditionally is a tiresome task due to working with index paths, and having multiple delegate methods to handle configuration, sizing, and selection handling. They're also a huge pain to maintain when the need to reorder them comes as you need to update the index paths in all those locations.",
6   "homepage": "https://github.com/Weebly/TableSchemer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "James Richard": "james@weebly.com"
13   },
14   "social_media_url": "http://twitter.com/ketzusaka",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Weebly/TableSchemer.git",
20     "tag": "v2.2.0"
21   },
22   "source_files": "TableSchemer/*.swift",
23   "requires_arc": true