blob: 3447ff426fba768f1d3958b9bd10f4d994fa9236 [file] [log] [blame]
{
"name": "CryptoppECC",
"version": "1.0.1",
"summary": "CryptoppECC-Encryption/Decryption using ECC(Elliptic curve cryptography)",
"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.",
"homepage": "https://github.com/SandeepAggarwal/CryptoppECC",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Sandeep Aggarwal": "smartSandeep1129@gmail.com"
},
"social_media_url": "https://twitter.com/sandeepCool77",
"platforms": {
"ios": "7.0",
"osx": "10.10"
},
"osx": {
"xcconfig": {
"OTHER_LDFLAGS": "-lc++"
},
"vendored_libraries": "CryptoppECC/CryptoppLibrary/bin/macosx/libcryptopp.a"
},
"prepare_command": "sh CryptoppECC/CryptoppLibrary/builder.sh",
"source": {
"git": "https://github.com/SandeepAggarwal/CryptoppECC.git",
"tag": "1.0.1"
},
"source_files": [
"CryptoppECC/CryptoppLibrary/*.h",
"CryptoppECC/CryptoppWrapper/*.{h,mm}"
],
"public_header_files": "CryptoppECC/CryptoppWrapper/*.h",
"ios": {
"vendored_libraries": "CryptoppECC/CryptoppLibrary/bin/ios/libcryptopp.a"
},
"prefix_header_file": "CryptoppECC/cryptodemolib.pch",
"requires_arc": true
}