blob: 225bb6c1a8d9706d86f1e706c22d27d8a733fe80 [file] [log] [blame]
{
"name": "SCRAM-Swift",
"version": "0.0.4",
"summary": "A SCRAM implementation for Swift. Supports SHA1, SHA256 and SHA512.",
"description": "A basic SCRAM implementation in Swift. Supports SHA1, SHA256 and SHA512.",
"homepage": "https://github.com/alinradut/SCRAM-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alin Radut": "cocoapods at alinradut dot ro"
},
"source": {
"git": "https://github.com/alinradut/SCRAM-Swift.git",
"tag": "0.0.4"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "SCRAM-Swift/Classes/**/*",
"swift_version": "5.0"
}