blob: 1ec975939c53a01df06feda646bbfc54fdf31657 [file] [log] [blame]
{
"name": "CertificateSigningRequest",
"version": "1.26.1",
"summary": "Generate self-signed certificate signing requests (CSRs) on iOS, macOS, macCatalyst, watchOS, and tvOS.",
"description": "Enables your app to create self-signed CSRs directly on iOS devices. These CSRs can then be sent somewhere else and turned into certificates. The framework should also work on macCatalyst and macOS 10.12+, assuming the keys are created correctly (the test cases shows how to create keys using the iOS Keychain).",
"homepage": "https://github.com/cbaker6/CertificateSigningRequest",
"license": {
"type": "GPLv2",
"file": "LICENSE"
},
"authors": {
"cbaker6": "coreyearleon@icloud.com"
},
"source": {
"git": "https://github.com/cbaker6/CertificateSigningRequest.git",
"tag": "1.26.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"4.0",
"5.0"
],
"source_files": "CertificateSigningRequest/Classes/**/*",
"swift_version": "5.0"
}