2 "name": "CryptoppECC-CHeader",
4 "summary": "CryptoppECC-Encryption/Decryption using ECC(Elliptic curve cryptography)",
5 "description": "CryptoppECC-Encryption/Decryption using ECC(Elliptic curve cryptography)\n*Contains functions for encryption,decryption using ECC and verify a signed certificate using ECDSA.\n\n*Using https://groups.google.com/forum/#!topic/cryptopp-users/LvIfAP4llx4 made a patch for compatibility with Bouncy Castle.\n\n*Also took help from https://github.com/3ign0n/CryptoPP-for-iOS for calculating Hash.",
6 "homepage": "https://github.com/zsoltbalint/CryptoppECC",
12 "Zsolt Balint": "bzsolt@inpossoft.com"
20 "OTHER_LDFLAGS": "-lc++"
22 "vendored_libraries": "CryptoppECC/CryptoppLibrary/bin/macosx/libcryptopp.a"
24 "prepare_command": "sh CryptoppECC/CryptoppLibrary/builder.sh",
26 "git": "https://github.com/zsoltbalint/CryptoppECC.git",
30 "CryptoppECC/CryptoppLibrary/*.h",
31 "CryptoppECC/CryptoppWrapper/*.{h,mm}"
33 "public_header_files": "CryptoppECC/CryptoppWrapper/*.h",
35 "vendored_libraries": "CryptoppECC/CryptoppLibrary/bin/ios/libcryptopp.a"
37 "prefix_header_file": "CryptoppECC/cryptodemolib.pch",