[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 1 / 5 / TRTabView / 0.5.1 / TRTabView.podspec.json
blob1ea6a2aa212db349d8f5fad02f6680a18d82fea5
2   "name": "TRTabView",
3   "version": "0.5.1",
4   "summary": "A tab view as seen in Mobile Safari for iPad, using the familiar delegate/data source design pattern known from UITableView.",
5   "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.",
6   "homepage": "https://github.com/mkeiser/TRTabView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Matthias Keiser": "matthias@tristan-inc.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/mkeiser/TRTabView.git",
19     "tag": "0.5.1"
20   },
21   "source_files": "TRTabView",
22   "resources": "TRTabView/Resources/*",
23   "requires_arc": true