blob: f20945e9f44488976ac65ba55c425e667588894f [file] [log] [blame]
{
"name": "PwnedPasswords",
"version": "0.1.4",
"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.4"
},
"social_media_url": "https://twitter.com/foffer",
"swift_version": "4.0",
"platforms": {
"ios": "10.0"
},
"source_files": "PwnedPasswords/Classes/**/*"
}