[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / b / e / 6 / SRTabBarController / 0.1.0 / SRTabBarController.podspec.json
blob619ecaedd6c486b19571ed785c4bd348bb0df774
2   "name": "SRTabBarController",
3   "version": "0.1.0",
4   "summary": "A UITabBarController for OS X",
5   "description": "`SRTabBarController` aims to replicate much of `UITabBarController`'s functionality on OS X. A parent tab controller can be added and segues used within interface builder to define the tabs. Options include:\n\n- Translucency using `NSVisualEffectView`\n- Positioned at the top, right, bottom, or left of the window\n- Set options such as text color and tint color within Interface builder\n- Text & Image, Text Only or Image only tabs\n\nBehind the scenes `SRTabBarController` uses `NSTabView` to manage the tabs and maintain their state when switching between views.",
6   "homepage": "https://github.com/steve228uk/SRTabBarController",
7   "license": "MIT",
8   "authors": {
9     "Stephen Radford": "steve228uk@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/steve228uk/SRTabBarController.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/steve228uk",
16   "platforms": {
17     "osx": "10.10"
18   },
19   "source_files": "Pod/**/*"