blob: a29f9de683d0e8a3deb52ca9a4a705b46ef20121 [file] [log] [blame]
{
"name": "LTOpenSSL",
"version": "0.1.0",
"summary": "RSA Base64 by OpenSSL.",
"description": "TODO: RSA Base64 by OpenSSL.\nRSA from PEM file path\nRSA from PEM Base64 string\nRSA from modulus and exponent\ngenerate RSA PEM Base64 pubKey priKey\nrsa_enc rsa_dec",
"homepage": "https://github.com/yelon21/LTOpenSSL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yelon21": "yl21ly@qq.com"
},
"source": {
"git": "https://github.com/yelon21/LTOpenSSL.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Classes/**/*",
"vendored_libraries": "lib/*.a",
"dependencies": {
"OpenSSL": [
"~> 1.0.208"
]
}
}