blob: 90c90a103bfc560e0c16e6de7adb624c63f19e96 [file] [log] [blame]
{
"name": "RSASwiftGenerator",
"version": "0.1.0",
"summary": "A wrapper for Apple's RSA Generation function written in Swift.",
"swift_version": "4.0",
"description": "Generade and manage your RSA keys. A wrapper for Apple's RSA Generation function written in Swift.",
"homepage": "https://github.com/4taras4/RSASwiftGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tarik": "4taras4@gmail.com"
},
"source": {
"git": "https://github.com/4taras4/RSASwiftGenerator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"dependencies": {
"CommonCryptoModule": [
]
},
"requires_arc": true,
"source_files": "Sources/**/*.swift"
}