MLPAutoCompleteTextField
MLPAutoCompleteTextField copied to clipboard
Readme version different than Cocoapods version
Readme.md says 1.6 is in Cocoapods, but Cocoapods only shows 1.5
Yeah, it looks like @EddyBorja needs to push the latest Pod Specs to Cocoapods.
@joelash you can set the Podfile entry to:
pod 'MLPAutoCompleteTextField', :git => 'https://github.com/EddyBorja/MLPAutoCompleteTextField.git'
So it points to the latest version.
Thanks!
On Thu Nov 20 2014 at 12:26:13 PM Jaune Sarmiento [email protected] wrote:
@joelash https://github.com/joelash you can set the Podfile entry to:
pod 'MLPAutoCompleteTextField', :git => 'https://github.com/EddyBorja/MLPAutoCompleteTextField.git'
So it points to the latest version.
— Reply to this email directly or view it on GitHub https://github.com/EddyBorja/MLPAutoCompleteTextField/issues/57#issuecomment-63845587 .
Thanks @joelash that works. Is this because cocoapods team have changed their update method? (and some people don't like their attitude)