blob: 9e8a1ba60a6718ac6f01e7580785cd84b55168cc [file] [log] [blame]
{
"name": "MultiSelectionSlideSegmentedControl",
"version": "0.1.0",
"summary": "MultiSelectionSlideSegmentedControl is a simple multiselection segment control view",
"description": "MultiSelectionSlideSegmentedControl 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. MultiSelectionSlideSegmentedControl provides to select many items by sliding",
"homepage": "https://github.com/DimaNakhratiants/MultiSelectionSlideSegmentedControl.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DimaNakhratiants": "dirmidante@gmail.com"
},
"source": {
"git": "https://github.com/DimaNakhratiants/MultiSelectionSlideSegmentedControl.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.1"
},
"source_files": "MultipleSelectionControl/*",
"pushed_with_swift_version": "4.0"
}