blob: 03fb809c8f510698d6122be823335bd1f60fa0a8 [file] [log] [blame]
{
"name": "SwiftyRSAF",
"version": "1.5.3",
"summary": "Public key RSA encryption in Swift.",
"description": "Encrypt with a RSA public key, decrypt with a RSA private key.",
"homepage": "https://github.com/pableiros/SwiftyRSA",
"license": "MIT",
"authors": {
"Pablo Bórquez": "pablo.borquez@coppel.com"
},
"source": {
"git": "https://github.com/pableiros/SwiftyRSA.git",
"tag": "1.5.3"
},
"source_files": "Source/*.{swift,m,h}",
"exclude_files": "Source/SwiftyRSA+ObjC.swift",
"frameworks": "Security",
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "8.3",
"tvos": "9.2",
"watchos": "2.2"
},
"subspecs": [
{
"name": "ObjC",
"source_files": "Source/*.{swift,m,h}"
}
],
"swift_version": "5.0"
}