CIColorRGBA
Provides a convenience CIColor method for set up a color from a HEX string in Swift.
Installation
CocoaPods:
pod 'CIColorRGBA'
Manual:
Copy CIColorRGBA.swift to your project.
Using
let color = CIColor(rgba: '#134E5E')
License
CIColorRGBA is available under the MIT license. See the LICENSE file for more info.