blob: 5e9bfd75f7b1d63e7cea721695c6dae39ccd9f9f [file] [log] [blame]
{
"name": "VPMultiSelect",
"version": "1.0.0",
"summary": "A class that allows you to create multi select view.",
"description": "class that allows you to create multi select views. It is based on a UITableView with the property allowsMultipleSelection = true. To create a multi select view, you need to create an object of this class by initializing it with a parent UIView and an array of elements.",
"homepage": "https://github.com/VladPionerDevel/VPMultiSelect.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pionerdevel@gmail.com": "vladpionerdevel@gmail.com"
},
"source": {
"git": "https://github.com/VladPionerDevel/VPMultiSelect.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "VPMultiSelect/Classes/**/*",
"swift_versions": "5.0",
"swift_version": "5.0"
}