blob: 17e3425ec71df712ccd386eb5acdc8ff14058529 [file] [log] [blame]
{
"name": "SwiftyRSA",
"version": "0.2.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.2.0"
},
"source_files": "SwiftyRSA/SwiftyRSA.swift",
"frameworks": "Security",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}