blob: 720899c360e0693bc444deaf80b2aff20a8765c1 [file] [log] [blame]
{
"name": "CryptoSwift",
"version": "0.0.5",
"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.5"
},
"authors": {
"Marcin Krzyżanowski": "marcin.krzyzanowski@hakore.com"
},
"social_media_url": "https://twitter.com/krzyzanowskim",
"source_files": "CryptoSwift/*",
"requires_arc": true
}