blob: aa015cfc7bfcba1cce96add11dac0ab60cc3c16c [file] [log] [blame]
{
"name": "HaveIBeenPwned",
"version": "2.0.0",
"summary": "Swift library for haveibeenpwned.com (v3)",
"homepage": "https://github.com/vhosune/HaveIBeenPwned",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vincent HO-SUNE": "vhosune@gmail.com"
},
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/vhosune/HaveIBeenPwned.git",
"tag": "2.0.0"
},
"source_files": "HaveIBeenPwned/**/*.{swift}",
"swift_version": "5.1"
}