blob: 1ff9d4c90d047af534b627c2ea4a2cb8098599e8 [file] [log] [blame]
{
"name": "SwiftyRSA",
"version": "1.6.0",
"summary": "Public key RSA encryption in Swift.",
"description": "Encrypt with a RSA public key, decrypt with a RSA private key.",
"homepage": "https://github.com/TakeScoop/SwiftyRSA",
"license": "MIT",
"authors": {
"Scoop": "ops@takescoop.com"
},
"source": {
"git": "https://github.com/TakeScoop/SwiftyRSA.git",
"tag": "1.6.0"
},
"source_files": "Source/*.{swift,m,h}",
"exclude_files": "Source/SwiftyRSA+ObjC.swift",
"frameworks": "Security",
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"tvos": "11.0",
"watchos": "5.0"
},
"subspecs": [
{
"name": "ObjC",
"source_files": "Source/*.{swift,m,h}"
}
],
"swift_version": "5.0"
}