qmathe / DropDownMenuKit

UIKit drop down menu, simple yet flexible and written in Swift
Other
303 stars 38 forks source link

Pod Build fails with current version of Swift #7

Closed james-ff closed 7 years ago

james-ff commented 7 years ago

Integrated the framework via Cocoapods. When I build my project this framework lists 20 or so errors. Would love to use this library, could you guys take a look and build it with the latest Xcode and Swift, and update the pod spec to use the latest version? Thanks. @qmathe @grifas

qmathe commented 7 years ago

Sorry for the late reply. I'll take a look at updating the project for the latest Swift in the next days.

nicholas-jomo commented 7 years ago

@qmathe it seems the 0.8.1 on Pod does not support Swift 3, same errors for me

@james-ff you may use this for now

pod 'DropDownMenuKit', git: 'https://github.com/qmathe/DropDownMenuKit'

qmathe commented 7 years ago

I just published a new version 0.8.2 with Swift 3 support. I also updated the corresponding pod. Let me know how it goes.