Open haroldogtf opened 6 years ago
Is your project deployment target for iOS 10 or above? Looks like this pod doesn't have support for iOS 9 and below.
Had a somewhat related issue, when using:
pod 'PopupWindow'
the pod version would be locked at 0.1.0, if you need the last version (0.2.6) you need to use:
pod 'PopupWindow', :git => 'https://github.com/shin8484/PopupWindow.git'
Ok! Thank you!
When performing pod install the error appears:
Which version should I use?