blob: 140e37501d1281c62f0e707418b43556fe567088 [file] [log] [blame]
{
"name": "SecurityExtensions",
"version": "4.0.0",
"summary": "This framework intends to make it easier to use some of Apple's Security framework APIs from Swift.",
"description": "This framework provides extensions for SecIdentity, SecCertificate and SecKey. It allows you to easily use their functionality in a Swift manner. Things you can do include: generate key pairs, encrypt and decrypt, sign data, get public keys and private keys from identities and certificates.",
"homepage": "https://github.com/svdo/swift-SecurityExtensions",
"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-SecurityExtensions.git",
"tag": "4.0.0"
},
"source_files": "SecurityExtensions/*.swift",
"frameworks": "Security",
"requires_arc": true,
"swift_versions": "5",
"dependencies": {
"IDZSwiftCommonCrypto": [
"~> 0.13.0"
]
},
"swift_version": "5"
}