EurekaCommunity / ColorPickerRow

A color picker row for use with the Eureka form library
MIT License
56 stars 15 forks source link

Eureka ~> 4.0 support #4

Closed mtnbarreto closed 6 years ago

mtnbarreto commented 6 years ago

@alldritt could you release a new version that supports Eureka ~>4.0 ?

alldritt commented 6 years ago

It should be good now. Just update your Podfile to use Eureka ~> 4.0.0 and update:

    pod 'Eureka', '~> 4.0.0'
    pod 'ColorPickerRow', :git => 'https://github.com/EurekaCommunity/ColorPickerRow'  
    pod 'UIColor_Hex_Swift'

However, I've updated the example application to use Eureka 4. You can see that in the Eureka4 branch. I'll merge that into master in the next few days.

alldritt commented 6 years ago

I've merged changes to the Example application supporting Eureka 4, Xcode 9 and Swift 4.