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