SwiftCBOR icon indicating copy to clipboard operation
SwiftCBOR copied to clipboard

CBOR.map uses OrderedDictionary

Open phisakel opened this issue 1 year ago • 1 comments

[CBOR: CBOR] should be replaced with OrderedDictionary<CBOR, CBOR>

phisakel avatar Dec 21 '23 22:12 phisakel

I like the idea of the change but for the time being the library is still published to Cocoapods and so having a dependency that only works via SwiftPM wouldn't be appropriate

hamchapman avatar Feb 29 '24 16:02 hamchapman

I like the idea of the change but for the time being the library is still published to Cocoapods and so having a dependency that only works via SwiftPM wouldn't be appropriate

There is a plugin to integrate SPM package in a podfile called "cocoapods-spm"

phisakel avatar Apr 28 '24 09:04 phisakel