UIDropDown icon indicating copy to clipboard operation
UIDropDown copied to clipboard

Can't install using pod

Open casamia918 opened this issue 9 years ago • 3 comments

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

casamia918 avatar Nov 24 '16 13:11 casamia918

I just released a new version

igongora avatar Nov 26 '16 20:11 igongora

same here with xcode 8.1

saysayshee avatar Jan 09 '17 07:01 saysayshee

Same here. My workaround: pod 'UIDropDown', :git => 'https://github.com/igongora/UIDropDown.git', :branch => 'master'

sentiasa avatar Mar 06 '17 17:03 sentiasa