blob: aaad24a229b7b915a3cbf36a926f4caf8bed72db [file] [log] [blame]
{
"name": "MIHCrypto",
"version": "0.3.2",
"license": "MIT",
"summary": "OpenSSL wrapper for Objective-C",
"description": "MIHCrypto provides an object-oriented cryptography framework based on libCrypto \n by OpenSSL. Supports RSA, DES, AES, ECC (Elliptic Curve Cryptography) and more.",
"homepage": "https://github.com/hohl/MIHCrypto",
"authors": {
"Michael Hohl": "me@michaelhohl.net"
},
"source": {
"git": "https://github.com/hohl/MIHCrypto.git",
"tag": "0.3.2"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "MIHCrypto/{Utils,Core}/*.{h,m,c}",
"dependencies": {
"OpenSSL-Universal": [
],
"CocoaLumberjack": [
]
}
},
{
"name": "Mathematics",
"source_files": "MIHCrypto/Mathematics/*.{h,m,c}",
"dependencies": {
"MIHCrypto/Core": [
]
}
},
{
"name": "AES",
"source_files": "MIHCrypto/AES/*.{h,m,c}",
"dependencies": {
"MIHCrypto/Core": [
]
}
},
{
"name": "DES",
"source_files": "MIHCrypto/DES/*.{h,m,c}",
"dependencies": {
"MIHCrypto/Core": [
]
}
},
{
"name": "MD5",
"source_files": "MIHCrypto/MD5/*.{h,m,c}",
"dependencies": {
"MIHCrypto/Core": [
]
}
},
{
"name": "RSA",
"source_files": "MIHCrypto/RSA/*.{h,m,c}",
"dependencies": {
"MIHCrypto/Core": [
]
}
},
{
"name": "SHA",
"source_files": "MIHCrypto/SHA/*.{h,m,c}",
"dependencies": {
"MIHCrypto/Core": [
]
}
}
]
}