2 "name": "AeroGear-Crypto",
4 "summary": "Provides encryption utilities.",
5 "homepage": "https://github.com/aerogear/aerogear-crypto-ios",
6 "license": "Apache License, Version 2.0",
7 "authors": "Red Hat, Inc.",
9 "git": "https://github.com/aerogear/aerogear-crypto-ios.git",
15 "source_files": "crypto-sdk/**/*.{h,m}",
16 "public_header_files": [
17 "crypto-sdk/AeroGearCrypto.h",
18 "crypto-sdk/AGPBKDF2.h",
19 "crypto-sdk/AGRandomGenerator.h",
20 "crypto-sdk/AGSecretBox.h",
21 "crypto-sdk/AGCryptoBox.h",
22 "crypto-sdk/AGHash.h",
23 "crypto-sdk/AGSigningKey.h",
24 "crypto-sdk/AGVerifyKey.h",
25 "crypto-sdk/AGVerifyKey.h",
26 "crypto-sdk/AGKeyPair.h"
34 "deprecated_in_favor_of": "AeroGearCrypto"