blob: 773e66666340b06c286bd6caf83b8b86888e09bb [file] [log] [blame]
{
"name": "Cryptography",
"version": "0.1.2",
"summary": "A modern cryptography library in Swift.",
"description": "A modern cryptography library in Swift.\nFeatures:\nHash Functions - MD5, SHA-1, SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, SHA-512/256), SHA-3.\nMessage Authentication Codes - HMAC",
"homepage": "https://github.com/mlachmish/Cryptography",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matan Lachmish": "mlachmish@gmail.com"
},
"source": {
"git": "https://github.com/mlachmish/Cryptography.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/mlachmish",
"platforms": {
"ios": "8.0"
},
"source_files": "Cryptography/**/*",
"requires_arc": true
}