blob: a7396dda90c5cd85995eb909407a18cab9f88d1e [file] [log] [blame]
{
"name": "HaveIBeenPwned",
"version": "1.0.1",
"summary": "Swift library for haveibeenpwned.com",
"description": "Swift Library to haveibeenpwned.com API based on API v2.\n- You can check if a password has already been pwned in a breach.\n- You can query for known breaches",
"homepage": "https://github.com/vhosune/HaveIBeenPwned",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vincent HO-SUNE": "vhosune@gmail.com"
},
"source": {
"git": "https://github.com/vhosune/HaveIBeenPwned.git",
"tag": "1.0.1"
},
"ios": {
"source_files": "HaveIBeenPwned/**/*.{h,swift}"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2"
}