[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / a / VPMultiSelect / 1.0.0 / VPMultiSelect.podspec.json
blob5e9bfd75f7b1d63e7cea721695c6dae39ccd9f9f
2   "name": "VPMultiSelect",
3   "version": "1.0.0",
4   "summary": "A class that allows you to create multi select view.",
5   "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.",
6   "homepage": "https://github.com/VladPionerDevel/VPMultiSelect.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pionerdevel@gmail.com": "vladpionerdevel@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/VladPionerDevel/VPMultiSelect.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "VPMultiSelect/Classes/**/*",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"