blob: fd1a33527910d3256dcb2503c565b4f89a25f3ab [file] [log] [blame]
{
"name": "CryptoSwift",
"version": "1.3.2",
"source": {
"git": "https://github.com/krzyzanowskim/CryptoSwift.git",
"tag": "1.3.2"
},
"summary": "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, Scrypt, ChaCha20, Rabbit, Blowfish, AES.",
"description": "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, Scrypt, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES",
"homepage": "https://github.com/krzyzanowskim/CryptoSwift",
"license": {
"type": "Attribution",
"file": "LICENSE"
},
"authors": {
"Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
},
"social_media_url": "https://twitter.com/krzyzanowskim",
"cocoapods_version": ">= 1.9.1",
"swift_versions": "5.3",
"platforms": {
"ios": "9.0",
"osx": "10.12",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/CryptoSwift/**/*.swift",
"requires_arc": true,
"swift_version": "5.3"
}