blob: 2905ddac838ba1d179f3f5f92ea5245602103322 [file] [log] [blame]
{
"name": "SCPKIHelper",
"version": "0.2.0",
"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.2.0"
},
"social_media_url": "https://twitter.com/eaceto_pub",
"platforms": {
"ios": "11.0"
},
"source_files": "SCPKIHelper/Classes/**/*",
"swift_version": "5.0"
}