blob: 69b5eff3d8eb521f0eeb5d99575afedf0480a23e [file] [log] [blame]
{
"name": "SwCrypt",
"version": "5.1.0",
"summary": "RSA public/private key generation, RSA, AES encryption/decryption, RSA sign/verify in Swift with CommonCrypto in iOS and OS X",
"homepage": "https://github.com/soyersoyer/SwCrypt",
"license": {
"type": "MIT"
},
"authors": {
"soyersoyer": "soyer@irl.hu"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/soyersoyer/SwCrypt.git",
"branch": "master",
"submodules": true
},
"source_files": "SwCrypt/**/*.{h,swift}"
}