xornorik / SVPinView

SVPinView is a light-weight customisable library used for accepting pin numbers or one-time passwords.
MIT License
282 stars 90 forks source link

getting issue while installing pod #47

Closed premkumarsepuri closed 4 years ago

premkumarsepuri commented 4 years ago

Specs satisfying the SVPinView dependency were found, but they required a higher minimum deployment target. please help . thank you

xornorik commented 4 years ago

Hi @premkumarsepuri, The deployment target for SVPinView is 9.0 and the Swift version is 5.0. You will need to uncomment platform :ios, '9.0' in your podfile.

If this doesn't fix the issue, could you give me some more details on how you've tried to install it. I will try and recreate it at my end.

Thanks.