blob: d011efcd3cf9a7881e63eeb9f88442f8381de4ae [file] [log] [blame]
{
"name": "SwiftyRSA",
"version": "1.5.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.5.0"
},
"source_files": "Source/*.{swift,m,h}",
"exclude_files": "Source/SwiftyRSA+ObjC.swift",
"frameworks": "Security",
"requires_arc": true,
"swift_version": "4.1",
"platforms": {
"ios": "8.3",
"tvos": "9.2",
"watchos": "2.2"
},
"subspecs": [
{
"name": "ObjC",
"source_files": "Source/*.{swift,m,h}"
}
]
}