blob: 56e526ebb47f4b6af1ab8c10d73998c56cf21ab8 [file] [log] [blame]
{
"name": "SecurityExtensions",
"version": "3.0.2",
"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": "3.0.2"
},
"source_files": "SecurityExtensions/*.swift",
"frameworks": "Security",
"requires_arc": true,
"dependencies": {
"IDZSwiftCommonCrypto": [
"~> 0.9"
]
},
"pushed_with_swift_version": "3.0"
}