UIDropDown
UIDropDown copied to clipboard
Can't install using pod
When I execute "pod install --no-repo-update", the result message is
[!] Unable to find a specification for UIDropDown
I enlisted this library at pod file
target 'MyProject' do
pod 'UIDropDown'
end
I just released a new version
same here with xcode 8.1
Same here. My workaround:
pod 'UIDropDown', :git => 'https://github.com/igongora/UIDropDown.git', :branch => 'master'