electionguard-cpp icon indicating copy to clipboard operation
electionguard-cpp copied to clipboard

Add Swift Binding

Open AddressXception opened this issue 5 years ago • 2 comments

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

AddressXception avatar Jan 25 '21 19:01 AddressXception

This will need to be reviewed with the spec for 2.0 to make sure what bindings are needed.

SteveMaier-IRT avatar Mar 10 '22 22:03 SteveMaier-IRT

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.

danwallach avatar Mar 10 '22 23:03 danwallach