[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 7 / 3 / CryptoppECC-CHeader / 1.0.1 / CryptoppECC-CHeader.podspec.json
bloba042af99a38b62097cbb5c9b552e94c9c6ce81bf
2   "name": "CryptoppECC-CHeader",
3   "version": "1.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Zsolt Balint": "bzsolt@inpossoft.com"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.10"
17   },
18   "osx": {
19     "xcconfig": {
20       "OTHER_LDFLAGS": "-lc++"
21     },
22     "vendored_libraries": "CryptoppECC/CryptoppLibrary/bin/macosx/libcryptopp.a"
23   },
24   "prepare_command": "sh CryptoppECC/CryptoppLibrary/builder.sh",
25   "source": {
26     "git": "https://github.com/zsoltbalint/CryptoppECC.git",
27     "tag": "1.0.1"
28   },
29   "source_files": [
30     "CryptoppECC/CryptoppLibrary/*.h",
31     "CryptoppECC/CryptoppWrapper/*.{h,mm}"
32   ],
33   "public_header_files": "CryptoppECC/CryptoppWrapper/*.h",
34   "ios": {
35     "vendored_libraries": "CryptoppECC/CryptoppLibrary/bin/ios/libcryptopp.a"
36   },
37   "prefix_header_file": "CryptoppECC/cryptodemolib.pch",
38   "requires_arc": true