GnuPG Made Easy is an Objective-C framework wrapping libgpgme
GnuPG Made Easy (GPGME) is an Objective-C framework wrapping libgpgme, a C language library, that allows to add support for cryptography to a program. It is designed to make access to crypto engines like GnuPG or GpgSM easier for applications. GPGME provides a high-level crypto API for encryption, decryption, signing, signature verification and key management.
GnuPG Made Easy (GPGME) is an Objective-C framework wrapping libgpgme, a C language library, that allows to add support for cryptography to a program. It is designed to make access to crypto engines like GnuPG or GpgSM easier for applications. GPGME provides a high-level crypto API for encryption, decryption, signing, signature verification and key management.
To install gpgme-objc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gpgme-objc
To see what files were installed by gpgme-objc, run:
port contents gpgme-objc
To later upgrade gpgme-objc, run:
sudo port selfupdate && sudo port upgrade gpgme-objc
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.