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,16 +2,16 @@
2
2
3
3
Pod::Spec.newdo |s|
4
4
s.name="EntropyString"
5
-
s.version="0.4.0"
6
-
s.summary="Efficiently generate secure strings of specified entropy from various character sets."
5
+
s.version="0.5.0"
6
+
s.summary="Efficiently generate secure, random strings of specified entropy from various character sets."
7
7
8
8
# This description is used to generate tags and improve search results.
9
9
# * Think: What does it do? Why did you write it? What is the focus?
10
10
# * Try to keep it short, snappy and to the point.
11
11
# * Write the description between the DESC delimiters below.
12
12
# * Finally, don't worry about the indent, CocoaPods strips it!
13
13
s.description=<<-DESC
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.
14
+
Efficiently generate secure, randmo 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