electionguard-cpp
electionguard-cpp copied to clipboard
Add Swift Binding
As a user of this library i would like to consume it directly from a swift application (on ios, linux, or mac) using modern package managers (cocoapods, carthage, swift package manager) so that i can build apps in the swift language
This will need to be reviewed with the spec for 2.0 to make sure what bindings are needed.
Possible alternative approach: I've got an implementation brewing that uses Kotlin-Multiplatform, so it can compile to and run on JVM (Android) and native (iOS). This would be more full-featured than the C++ library.