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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Pod::Spec.newdo |s|
4
4
s.name="EntropyString"
5
-
s.version="0.2.0"
5
+
s.version="0.3.0"
6
6
s.summary="Efficiently generate secure strings of specified entropy from various character sets"
7
7
8
8
# This description is used to generate tags and improve search results.
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
14
Efficiently generate secure strings of specified entropy from various character sets for use when probabilisticly unique string identifiers are needed. Entropy is specified by total number of strings and acceptable risk of a repeat.
0 commit comments