morizotter / SwiftyDrop

Lightweight dropdown message bar in Swift. It's simple and beautiful.
MIT License
683 stars 74 forks source link

Xcode8 & Swift3 version cocoapod release #45

Closed morizotter closed 8 years ago

morizotter commented 8 years ago

Currently I cannot update cocoapods(1.1.0.rx.2). Anyone knows how to update with cocoapods?

jonkykong commented 8 years ago

@morizotter most likely you are having problems passing lint. See http://stackoverflow.com/questions/39520334/swift-3-cocoapod-does-not-pass-lint.

jonkykong commented 8 years ago

also:

gem uninstall cocoapods gem install cocoapods --pre

morizotter commented 8 years ago

Thanks! I'll try it. And I heard that it'll be okay by adding swift-version file. I'll try both of them :)

morizotter commented 8 years ago

Cocoapods compatible with https://github.com/morizotter/SwiftyDrop/releases/tag/3.0.3 . I think you can use 1.1.0.rc.2 version.