blob: 45d91ee815586ca53a41c99e02b1af92a236da22 [file] [log] [blame]
{
"name": "AeroGear-Crypto",
"version": "0.1.0",
"summary": "Provides encryption utilities.",
"homepage": "https://github.com/aerogear/aerogear-crypto-ios",
"license": "Apache License, Version 2.0",
"authors": "Red Hat, Inc.",
"source": {
"git": "https://github.com/aerogear/aerogear-crypto-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "crypto-sdk/**/*.{h,m}",
"public_header_files": [
"crypto-sdk/AeroGearCrypto.h",
"crypto-sdk/AGPBKDF2.h",
"crypto-sdk/AGRandomGenerator.h",
"crypto-sdk/AGCryptoBox.h"
],
"requires_arc": true,
"deprecated_in_favor_of": "AeroGearCrypto"
}