-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.2.0, compiled with Xcode 14.3.1
- Loading branch information
Showing
4 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'WultraPassphraseMeter' | ||
s.version = '1.1.0' | ||
s.version = '1.2.0' | ||
s.summary = 'Streng tester for passwords and passcodes.' | ||
s.description = 'A library that checks the strength of a pin or a password.' | ||
s.social_media_url = 'https://twitter.com/wultra' | ||
s.homepage = 'https://wultra.com' | ||
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } | ||
s.author = { 'Wultra s.r.o.' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/wultra/passphrase-meter.git', :tag => s.version.to_s } | ||
s.swift_versions = ['5.0'] | ||
s.swift_versions = ['5.7'] | ||
|
||
s.ios.deployment_target = '11.0' | ||
s.osx.deployment_target = '10.15' | ||
|