blob: 274ee4f6215729e1a0b896e8523355079a95f103 [file] [log] [blame]
{
"name": "SlidingMultiselectionSegmentedControl",
"version": "0.1.0",
"summary": "SlidingMultiselectionSegmentedControl is a simple sliding multiselection segment control view.",
"description": "SlidingMultiselectionSegmentedControl is a simple multiselection segment control view. It is realized with UIStackView and custom UIView subclass - Segment. Segment is based on UIButton. There is delegate for handling MultiSelectionSlideSegmentedControl events such as select new item, and select many items. MultipleSelectionControl provides to select many items by sliding",
"homepage": "https://github.com/DimaNakhratiants/SlidingSegmentedControl",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DimaNakhratiants": "dirmidante@gmail.com"
},
"source": {
"git": "https://github.com/DimaNakhratiants/SlidingSegmentedControl.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SlidingSegmentedControl/Classes/**/*",
"pushed_with_swift_version": "4.0"
}