watsonbox / ios_google_places_autocomplete

Google Places address entry for iOS (Swift)
MIT License
269 stars 72 forks source link

CocoaPods Still Using Old Version #28

Open josephkandi opened 8 years ago

josephkandi commented 8 years ago

The version of the library did not change, when i run on XCode 7 i still have the old library and keep getting issues, i have to clean my pods each time i install a new pod into my project since it keeps pulling the old GooglePlaceAutocomplete library. On Github i noticed that the files are up to date but because the version is still the same Cocoapods does not detect the change and defaults to the old version

lukkigi commented 8 years ago

You can use the github version from your podfile. Just do: pod 'GooglePlacesAutocomplete', git: 'https://github.com/watsonbox/ios_google_places_autocomplete'

abdulazizalmass commented 8 years ago

in that github the project needs an update. is there any updated project ?

rajohns08 commented 8 years ago

+1. pod install is still pulling down GooglePlacesAutocomplete 0.3.0 which doesn't have the Swift 2 syntax updates.

irace commented 8 years ago

:+1:, please update.

thekie commented 7 years ago

+1

daviskoh commented 7 years ago

any update on this?