rushisangani / RSSelectionMenu

An elegant selection list or dropdown menu for iOS with single or multiple selections.
MIT License
351 stars 91 forks source link

what is correct version to install ? #52

Closed d33pak-s1ngh closed 6 years ago

d33pak-s1ngh commented 6 years ago

when i added pod 'RSSelectionMenu'into my podfile i got following message in terminal

Installing RSSelectionMenu (3.3) which means it is installing 3.3

and when i addeddpod 'RSSelectionMenu', '~> 5.2.1' into podfile i got following message in terminal

CocoaPods could not find compatible versions for pod "RSSelectionMenu":
  In Podfile:
    RSSelectionMenu (~> 5.2.1)

None of your spec sources contain a spec satisfying the dependency: `RSSelectionMenu (~> 5.2.1)`.

Please define which is correct version to install.

rushisangani commented 6 years ago

@d33pak-s1ngh Try to run the command pod update first

d33pak-s1ngh commented 6 years ago

is there way in which i can directly install latest version pod update is headache it will change many things. Thank you for your support.

rushisangani commented 6 years ago

@d33pak-s1ngh You can try pod update RSSelectionMenu