blob: 476dda74ee50b8402ca4cff9c75ddc7ad73b85ff [file] [log] [blame]
{
"name": "PwnedPasswords",
"version": "0.1.0",
"summary": "A small Swift wrapper for haveibeenpwned.com/Passwords",
"description": "PwnedPasswords is a small wrapper around Troy Hunts Pwned Passwords service, haveibeenpwned.com/Passwords. It's written in Swift and requires Swift 4.0",
"homepage": "https://github.com/foffer/PwnedPasswords",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"foffer": "foffer@gmail.com"
},
"source": {
"git": "https://github.com/foffer/PwnedPasswords.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/foffer",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "PwnedPasswords/Classes/**/*",
"dependencies": {
"CryptoSwift": [
]
}
}