nfhipona / AutoCompleteTextField

TextField with smart suggestion for email inputs
http://nfhipona.github.io/AutoCompleteTextField/
MIT License
65 stars 13 forks source link

Unable to find a specification for `AutoCompleteTextField` #19

Closed shshalom closed 8 years ago

lfarah commented 8 years ago

@shshalom can you explain more?

shshalom commented 8 years ago

Sure, if I provide my PodFile with the following line:

 pod 'AutoCompleteTextField'

and then pod install or update it throws me an error saying:

Unable to find a specification for AutoCompleteTextField

It does work if I add the git argument with AutoCompleteTextField repo url, like so:

pod "AutoCompleteTextField", :git => 'https://github.com/nferocious76/AutoCompleteTextField.git'`
nfhipona commented 8 years ago

I'll add a fix for this issue later.. thanks. Please use that 'force find' at the moment.

nfhipona commented 8 years ago

Updated. You should be able to install it without doing a force find.

shshalom commented 8 years ago

Thanks!