blob: 6551dea85df1ce48628d7c7bbc915bc9ce059a9c [file] [log] [blame]
{
"name": "CryptoSwift",
"version": "1.3.1",
"source": {
"git": "https://github.com/krzyzanowskim/CryptoSwift.git",
"tag": "1.3.1"
},
"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.6.0",
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/CryptoSwift/**/*.swift",
"requires_arc": true,
"swift_version": "5.1"
}