sindresorhus / Defaults

💾 Swifty and modern UserDefaults
https://swiftpackageindex.com/sindresorhus/Defaults/documentation/defaults
MIT License
1.98k stars 119 forks source link

The Cocoapods package is outdated #188

Closed ShlomoCode closed 1 week ago

ShlomoCode commented 1 week ago

It seems the Cocoapods version (https://cocoapods.org/pods/Defaults) is stuck on v4.2.0. Even when I tried to use a newer syntax like Defaults.updates I got an error Type 'Defaults' has no member 'updates'. Could you please publish a new version to Cocoapods? Thanks!

sindresorhus commented 1 week ago

Defaults has not supported CocoaPods for a long time. You'll have to move to using the SPM version. Make sure to read release notes for each major version.