2 "name": "WultraPassphraseMeter",
4 "summary": "Streng tester for passwords and passcodes.",
5 "description": "A library that checks the strength of a pin or a password.",
6 "social_media_url": "https://twitter.com/wultra",
7 "homepage": "https://wultra.com",
9 "type": "Apache License, Version 2.0",
13 "Wultra s.r.o.": "support@wultra.com"
16 "git": "https://github.com/wultra/passphrase-meter.git",
26 "default_subspecs": "Core",
30 "pod_target_xcconfig": {
31 "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Source/src_native"
33 "preserve_paths": "Source/src_native/module.modulemap",
35 "Source/src_native/*.{c,h}",
36 "Source/src_ios/PasswordTester.swift"
38 "private_header_files": "Source/src_native/*.{h}"
41 "name": "Dictionary_czsk",
42 "resources": "dictionaries/czsk.dct",
43 "source_files": "Source/src_ios/PasswordTester_czsk.swift",
45 "WultraPassphraseMeter/Core": [
51 "name": "Dictionary_en",
52 "resources": "dictionaries/en.dct",
53 "source_files": "Source/src_ios/PasswordTester_en.swift",
55 "WultraPassphraseMeter/Core": [
61 "swift_version": "5.0"