[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / e / d / PwnedPasswords / 0.1.0 / PwnedPasswords.podspec.json
blob476dda74ee50b8402ca4cff9c75ddc7ad73b85ff
2   "name": "PwnedPasswords",
3   "version": "0.1.0",
4   "summary": "A small Swift wrapper for haveibeenpwned.com/Passwords",
5   "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",
6   "homepage": "https://github.com/foffer/PwnedPasswords",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "foffer": "foffer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/foffer/PwnedPasswords.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/foffer",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_version": "4.0",
23   "source_files": "PwnedPasswords/Classes/**/*",
24   "dependencies": {
25     "CryptoSwift": [
27     ]
28   }