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