blob: 02deb7feec66d4e851058fed0755c5933f442a06 [file] [log] [blame]
{
"name": "CryptoSwift",
"version": "0.6.6",
"summary": "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES.",
"description": "Cryptography functions and helpers for Swift implemented in Swift. SHA, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, AES.",
"homepage": "https://github.com/krzyzanowskim/CryptoSwift",
"license": {
"type": "Attribution License",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/krzyzanowskim/CryptoSwift.git",
"tag": "0.6.6"
},
"authors": {
"Marcin Krzyżanowski": "marcin@krzyzanowskim.com"
},
"social_media_url": "https://twitter.com/krzyzanowskim",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/CryptoSwift/**/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0.1"
}