blob: faf6edce62f56c9470c03357999acaa0c062ae59 [file] [log] [blame]
{
"name": "TRTabView",
"version": "0.4.2",
"summary": "A tab view as seen in Mobile Safari for iPad, using the familiar delegate/data source design pattern known from UITableView.",
"description": "A flexible implementation of a tabbed view like the one in Safari for iPad. It uses a delegate design pattern that is inspired by the UITableView delegate and data source methods.\n\nTab reordering, overflow behavior, the minimum/maximum number of tabs, the minimum/maximum tab widths and much more are easy configurable by implementing the corresponding delegate calls.\n\nFor most settings there is a reasonable default already provided.\nDisplay orientation changes are supported out of the box.\n\nSee https://github.com/mkeiser/TRTabView for an example project.",
"homepage": "https://github.com/mkeiser/TRTabView",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Matthias Keiser": "matthias@tristan-inc.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mkeiser/TRTabView.git",
"tag": "0.4.2"
},
"source_files": "TRTabView",
"resources": "TRTabView/Resources/*",
"requires_arc": true
}