blob: f00b9c8a53503f25c903341ae636163749983134 [file] [log] [blame]
{
"name": "RSSelectionMenu",
"version": "5.1.1",
"summary": "An elegant selection list or dropdown menu for iOS with single or multiple selections.",
"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.",
"homepage": "https://github.com/rushisangani/RSSelectionMenu",
"screenshots": [
"https://raw.githubusercontent.com/rushisangani/RSSelectionMenu/master/Images/01.gif",
"https://raw.githubusercontent.com/rushisangani/RSSelectionMenu/master/Images/02.gif",
"https://raw.githubusercontent.com/rushisangani/RSSelectionMenu/master/Images/03.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rushi Sangani": "rushisangani@gmail.com"
},
"source": {
"git": "https://github.com/rushisangani/RSSelectionMenu.git",
"tag": "5.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RSSelectionMenu/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
}
}