blob: 25776f0450ab04b72110b735f72aad90ccdedf18 [file] [log] [blame]
{
"name": "SwiftPwnedPasswords",
"version": "0.1.3",
"summary": "A client for HaveIBeenPwned.com's compromised passwords API. Written in Swift, with no dependencies.",
"description": "PwnedPasswords implements a dependency-free, Swift native client for HaveIBeenPwned.com's [Pwned Passwords API v2](https://haveibeenpwned.com/API/v2#PwnedPasswords).",
"homepage": "https://github.com/0x6A75616E/PwnedPasswords",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"0x6A75616E": "contact@0x6A75616E.dev"
},
"source": {
"git": "https://github.com/0x6A75616E/PwnedPasswords.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "src/**/*",
"swift_versions": "5.0"
}