You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: EntropyString.podspec
+7-7
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
3
3
Pod::Spec.newdo |s|
4
4
s.name="EntropyString"
5
-
s.version="2.0.1"
5
+
s.version="2.1.0"
6
6
s.summary="Efficiently generate cryptographically strong random strings of specified entropy from various character sets."
7
7
8
-
s.description=<<-DESC
8
+
s.description=<<-DESC
9
9
Efficiently generate cryptographically strong and secure random strings of specified entropy from various character sets for use when probabilisticly unique string identifiers are needed. Entropy is calculated from a total number of strings and acceptable risk of a repeat.
0 commit comments