blob: 0cc61a745385fc181a0ff351090410a6188b32ae [file] [log] [blame]
{
"name": "SelfSignedCert",
"version": "1.0.2",
"summary": "A framework for iOS that allows creating self-signed certificates, implemented in Swift.",
"description": "On iOS, you cannot simply create self-signed certificates.\nYou could try and pull out OpenSSL, but that will turn into\na nightmare very quickly. This library provides functionality\nto create self-signed certificates in Swift. DISCLAIMER: I\nam no security expert. This library has not been audited by\none. I just ported a part of another library, copying many\nof the unit tests in there, but I don't know if they were all\ncorrect... Use at your own risk! By the way: if you are a\nsecurity expert and want to audit this library, that would\nearn you LOTS and LOTS of gratitude! Please contact me.",
"homepage": "https://github.com/svdo/swift-SelfSignedCert",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Stefan van den Oord": "soord@mac.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/svdo/swift-SelfSignedCert.git",
"tag": "1.0.2"
},
"source_files": "SelfSignedCert/**/*.swift",
"dependencies": {
"IDZSwiftCommonCrypto": [
"~> 0.7"
],
"SwiftBytes": [
"~> 0.2"
],
"SecurityExtensions": [
"~> 2.0"
]
}
}