blob: a17326e8fb53abb1a125be20378d4df68be25958 [file] [log] [blame]
{
"name": "SwiftyRSA",
"version": "0.3.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": "0.3.0"
},
"source_files": "SwiftyRSA/*.{swift,m,h}",
"frameworks": "Security",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}