blob: edf1bc1f8af780a975acea49881b2544cdd32c21 [file] [log] [blame]
{
"name": "SecurityExtensions",
"version": "2.1.1",
"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": "8.0"
},
"source": {
"git": "https://github.com/svdo/swift-SecurityExtensions.git",
"tag": "2.1.1"
},
"source_files": "SecurityExtensions/*.swift",
"frameworks": "Security",
"requires_arc": true,
"dependencies": {
"IDZSwiftCommonCrypto": [
"~> 0.7"
]
}
}