blob: 610ef88fab450d56b08f6b0b5a1dd99b7386e1d8 [file] [log] [blame]
{
"name": "SwCrypt",
"version": "5.1.2",
"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",
"osx": "10.12",
"watchos": "3.0",
"tvos": "11.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/soyersoyer/SwCrypt.git",
"tag": "5.1.2"
},
"source_files": "SwCrypt/**/*.{h,swift}"
}