blob: fc1dbdddb959192d3b32d2bb09f540d0c5e963c5 [file] [log] [blame]
{
"name": "SwiftyRSA8",
"version": "1.4.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/omargawish/SwiftyRSA",
"license": "MIT",
"authors": {
"Scoop": "ops@takescoop.com"
},
"source": {
"git": "https://github.com/omargawish/SwiftyRSA.git",
"tag": "1.4.0"
},
"source_files": "SwiftyRSA/*.{swift,m,h}",
"exclude_files": "SwiftyRSA/SwiftyRSA+ObjC.swift",
"frameworks": "Security",
"requires_arc": true,
"swift_version": "4.1",
"platforms": {
"ios": "8.0",
"tvos": "9.2",
"watchos": "2.2"
},
"deprecated": true,
"subspecs": [
{
"name": "ObjC",
"source_files": "SwiftyRSA/*.{swift,m,h}"
}
]
}