blob: 82972f1064da91e7132aae694a7179a49916dfce [file] [log] [blame]
{
"name": "ScrollingStackViewController",
"version": "2.1.0",
"summary": "A view controller that uses root views of child view controllers as views in a UIStackView.",
"description": "This view controller is more suitable than an UITableViewController when creating a list of segments that are dynamically behaving, but are well defined and bound in number. The delegation pattern that the data source of an UITableViewController is best suited for situation when there is an unbounded number of cells, but in many cases is an overkill and becomes a burden. Also, UITableViewCells are not controllers, but sometimes it makes sense to properly partition the responsibility of the segments, not just over the view layer. Using ScrollingStackViewController you can have a bunch of view controllers, each of them encapsulating their own responsibilities.",
"homepage": "https://github.com/justeat/ScrollingStackViewController",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Just Eat iOS team": "justeat.ios.team@gmail.com",
"Maciej Trybilo": "maciej.trybilo@just-eat.com",
"Julien Regnauld": "julien.regnauld@just-eat.com"
},
"source": {
"git": "https://github.com/justeat/ScrollingStackViewController.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ScrollingStackViewController/Classes/**/*"
}