[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 0 / c / 7 / AeroGear-Crypto / 0.2.1 / AeroGear-Crypto.podspec.json
blob440c5b935e2c68c3339acf81fc8e1a9293a96b09
2   "name": "AeroGear-Crypto",
3   "version": "0.2.1",
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.",
8   "source": {
9     "git": "https://github.com/aerogear/aerogear-crypto-ios.git",
10     "tag": "0.2.1"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
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"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "libsodium-ios": [
31       "~> 0.4.5"
32     ]
33   },
34   "deprecated_in_favor_of": "AeroGearCrypto"