yeahdongcn/UIColor-Hex-Swift

Minimum deployment target using Carthage

schjonhaug opened this issue · 3 comments

Using Carthage to install UIColor-Hex-Swift and my project's deployment target set to iOS 8.0, I get this error when building:

"Module file's minimum deployment target is ios9.0 v9.0"

Looking at the pod spec, it seems that the minimum version should be 8.0.

I will fix this soon.

Please try github "yeahdongcn/UIColor-Hex-Swift" >= 1.4

Yes, now it works. Thanks.