blob: ccc9001638f0c76c7ef4492a7918aa8f75bbc99f [file] [log] [blame]
{
"name": "CryptoSwift",
"version": "0.1.1",
"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.1.1"
},
"authors": {
"Marcin Krzyżanowski": "marcin.krzyzanowski@hakore.com"
},
"social_media_url": "https://twitter.com/krzyzanowskim",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"source_files": "CryptoSwift/**/*.swift",
"requires_arc": true
}