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