igongora / UIDropDown

An elegant dropdown for iOS written in Swift.
MIT License
87 stars 17 forks source link

Can't install using pod #3

Open casamia918 opened 7 years ago

casamia918 commented 7 years ago

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
igongora commented 7 years ago

I just released a new version

saysayshee commented 7 years ago

same here with xcode 8.1

sentiasa commented 7 years ago

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