EurekaCommunity / ColorPickerRow

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

Support for Swift 4.2 #9

Closed WilsonGramer closed 5 years ago

WilsonGramer commented 5 years ago

Many properties have been renamed in Swift 4.2, making ColorPickerRow unbuildable.

alldritt commented 5 years ago

The Swift4.2 branch contains changes to address Swift 4.2 issues and update to Eureka 4.3. I'll merge this into the master branch in a while once I'm sure its all working as it should.

You can use this URL in your Podfile:

pod 'ColorPickerRow', :git => 'https://github.com/EurekaCommunity/ColorPickerRow', :branch => 'Swift4.2'
alldritt commented 5 years ago

I have merged Swift 4.2 support into the master branch. Use version 1.3.0 or later for Swift 4.2.