| { |
| "name": "AeroGearCrypto", |
| "version": "1.0.0", |
| "summary": "Provides encryption utilities.", |
| "homepage": "https://github.com/aerogear/aerogear-ios-crypto", |
| "license": "Apache License, Version 2.0", |
| "authors": "Red Hat, Inc.", |
| "source": { |
| "git": "https://github.com/aerogear/aerogear-ios-crypto.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "AeroGearCrypto/**/*.{h,m}", |
| "public_header_files": [ |
| "AeroGearCrypto/AeroGearCrypto.h", |
| "AeroGearCrypto/AGPBKDF2.h", |
| "AeroGearCrypto/AGRandomGenerator.h", |
| "AeroGearCrypto/AGSecretBox.h", |
| "AeroGearCrypto/AGCryptoBox.h", |
| "AeroGearCrypto/AGHash.h", |
| "AeroGearCrypto/AGSigningKey.h", |
| "AeroGearCrypto/AGVerifyKey.h", |
| "AeroGearCrypto/AGVerifyKey.h", |
| "AeroGearCrypto/AGKeyPair.h", |
| "AeroGearCrypto/AGUtil.h" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "libsodium": [ |
| "~> 1.0" |
| ] |
| } |
| } |