blob: a152c99a63ecc6fb5b768283287344c020e63abb [file] [log] [blame]
{
"name": "SCPKIHelper",
"version": "0.1.2",
"summary": "A set of functions to manage Public Key Infraestructure objects.",
"swift_versions": "5.0",
"description": "A set of functions to manage Public Key Infraestructure objects, like: Creating public and private keys, store and retrieve them. Generate CSR, verify signatures, encrypt and decrypt.",
"homepage": "https://github.com/libscudo/SCPKIHelper-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eaceto": "ezequiel.aceto@gmail.com"
},
"source": {
"git": "https://github.com/libscudo/SCPKIHelper-iOS.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/eaceto_public",
"platforms": {
"ios": "10.0"
},
"source_files": "SCPKIHelper/Classes/**/*",
"swift_version": "5.0"
}