| { |
| "name": "PwnedPasswords", |
| "version": "0.1.2", |
| "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.2" |
| }, |
| "social_media_url": "https://twitter.com/foffer", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_version": "4.0", |
| "source_files": "PwnedPasswords/Classes/**/*", |
| "dependencies": { |
| "CryptoSwift": [ |
| |
| ] |
| } |
| } |