blob: 42a1e5cc011cde71f462a53dedbd88962dd49f9c [file] [log] [blame]
{
"name": "CryptoSwift",
"version": "0.0.6",
"summary": "Cryptography in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES.",
"description": "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, CRC, Poly1305, HMAC, ChaCha20, AES.",
"homepage": "https://github.com/krzyzanowskim/CryptoSwift",
"license": {
"type": "Attribution License",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/krzyzanowskim/CryptoSwift.git",
"tag": "0.0.6"
},
"authors": {
"Marcin Krzyżanowski": "marcin.krzyzanowski@hakore.com"
},
"social_media_url": "https://twitter.com/krzyzanowskim",
"source_files": "CryptoSwift/*",
"requires_arc": true
}