blob: fb66e72f95f7a3111494c9c7cf5b610ebe89f4b2 [file] [log] [blame]
{
"name": "SwiftyRSA",
"version": "1.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": "1.1.0"
},
"source_files": "SwiftyRSA/*.{swift,m,h}",
"frameworks": "Security",
"requires_arc": true,
"platforms": {
"ios": "8.3",
"tvos": "9.2",
"watchos": "2.2"
},
"pushed_with_swift_version": "3.0"
}