[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / b / 7 / 6 / SVSegmentedControlSwift / 0.1.0 / SVSegmentedControlSwift.podspec.json
blobd665e885150190cd62b6e74e3dd04dbd1748da27
2   "name": "SVSegmentedControlSwift",
3   "version": "0.1.0",
4   "summary": "UISegmentedControl replacement which provides more accurate segments width management",
5   "description": "This control was created to solve issue, that native UISegmentedControl has. Reffer to SVSegmentedControl for obj-c version.\nUISegmentedControl has issue with apportionsSegmentWidthsByContent setting (adjust segments width proportionally to content). Often, it appears that control bounds are wider, than actual segments width.\nWith SVSegmentedControl issue is fixed.\nAlso, SVSegmentedControl introduces “smart” mode, where, if there is enough room, every segment, that needs to be wider than average width, gets enough room to display content (which is usually less then in proportional mode). If there is no enough room for all content - segments width is distributed proportionally (fixed, of course :) ).\n\nNOTE. SVSegmentedControl is designed and test only to work with segments with titles, not with images.",
6   "homepage": "https://github.com/svilon/SVSegmentedControlSwift",
7   "screenshots": [
8     "https://github.com/svilon/SVSegmentedControlSwift/blob/master/Screens/Example_app.png?raw=true",
9     "https://github.com/svilon/SVSegmentedControlSwift/blob/master/Screens/UISegmentedControl.png?raw=true",
10     "https://github.com/svilon/SVSegmentedControlSwift/blob/master/Screens/SVSegmentedControl.png?raw=true"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Eugene Shevtsov": "i.i.shevtsov@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/svilon/SVSegmentedControlSwift.git",
21     "tag": "0.1.0"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "module_name": "SVSegmentedControl",
27   "source_files": "SVSegmentedControlSwift/Classes/**/*",
28   "frameworks": "UIKit",
29   "pushed_with_swift_version": "3.0",
30   "deprecated_in_favor_of": "SmartSegmentedControlSwift"