blob: 7e55b93f6aa6c7f4a491aee3b1a408330da86d44 [file] [log] [blame]
{
"name": "MultiSelectionSlideSegmentedControl",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "11.1"
},
"source_files": "MultipleSelectionControl/*",
"pushed_with_swift_version": "4.0"
}