blob: 7a81132e3c1a3c8c45ce8130179b018d8e510ed3 [file] [log] [blame]
{
"name": "RSSelectionMenu",
"version": "4.0.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/image1.png",
"https://raw.githubusercontent.com/rushisangani/RSSelectionMenu/master/Images/image2.png",
"https://raw.githubusercontent.com/rushisangani/RSSelectionMenu/master/Images/image3.png",
"https://raw.githubusercontent.com/rushisangani/RSSelectionMenu/master/Images/image4.png",
"https://raw.githubusercontent.com/rushisangani/RSSelectionMenu/master/Images/image5.png",
"https://raw.githubusercontent.com/rushisangani/RSSelectionMenu/master/Images/image6.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rushi Sangani": "rushisangani@gmail.com"
},
"source": {
"git": "https://github.com/rushisangani/RSSelectionMenu.git",
"tag": "4.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "RSSelectionMenu/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
}
}