[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 6 / e / 0 / RSSelectionMenu / 6.0.2 / RSSelectionMenu.podspec.json
blob75ab332b37af5ea2b485e122ecafe56d18d205f3
2   "name": "RSSelectionMenu",
3   "version": "6.0.2",
4   "summary": "An elegant selection list or dropdown menu for iOS with single or multiple selections.",
5   "description": "RSSelectionMenu provides easy to use features to show drop-down or selection list with the single or multiple selections.\nRSSelectionMenu can work with custom cells as well.",
6   "homepage": "https://github.com/rushisangani/RSSelectionMenu",
7   "screenshots": [
8     "https://github.com/rushisangani/RSSelectionMenu/tree/master/Images/multi1.gif",
9     "https://github.com/rushisangani/RSSelectionMenu/tree/master/Images/custom.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Rushi Sangani": "rushisangani@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/rushisangani/RSSelectionMenu.git",
20     "tag": "6.0.2"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "source_files": "RSSelectionMenu/**/*.swift",
26   "requires_arc": true,
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "5.0"
29   }