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/SandeepAggarwal/CryptoppECC",
12 "Sandeep Aggarwal": "smartSandeep1129@gmail.com"
14 "social_media_url": "https://twitter.com/sandeepCool77",
21 "OTHER_LDFLAGS": "-lc++"
23 "vendored_libraries": "CryptoppECC/CryptoppLibrary/bin/macosx/libcryptopp.a"
25 "prepare_command": "sh CryptoppECC/CryptoppLibrary/builder.sh",
27 "git": "https://github.com/SandeepAggarwal/CryptoppECC.git",
31 "CryptoppECC/CryptoppLibrary/*.h",
32 "CryptoppECC/CryptoppWrapper/*.{h,mm}"
34 "public_header_files": "CryptoppECC/CryptoppWrapper/*.h",
36 "vendored_libraries": "CryptoppECC/CryptoppLibrary/bin/ios/libcryptopp.a"
38 "prefix_header_file": "CryptoppECC/cryptodemolib.pch",