cbor / cbor.github.io

cbor.io web site
74 stars 33 forks source link

CBOR implementation for Swift #43

Closed hassan-shahbazi closed 6 years ago

hassan-shahbazi commented 6 years ago

I have written a library for CBOR on Swift and I have published it on my GitHub. Alongside with more than 30 different automated unit tests, it is being used practically in our project at the moment. It is working very well, and it is very easy to use for iOS projects (it is available and accessible on Cocoapods too).

Vancosys Data Security Inc.: www.vancosys.com CBORSwift on GitHub: https://github.com/Hassaniiii/CBORSwift

cabo commented 6 years ago

Thanks! Please send status updates whenever you have them.