Minimum deployment target using Carthage
schjonhaug opened this issue · 3 comments
schjonhaug commented
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.
yeahdongcn commented
I will fix this soon.
yeahdongcn commented
Please try github "yeahdongcn/UIColor-Hex-Swift" >= 1.4
schjonhaug commented
Yes, now it works. Thanks.