nmdias/DefaultsKit

only support swift4?

KillingMeNow opened this issue · 1 comments

Is there a swift3 version? Thanks.

Hi,

There is not. Swift 4’s Codable capabilities are not available in Swift 3. And DefaultsKit depends on those.

Here’s an alternative: SwiftyUserDefaults

Cheers