We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb555d0 commit 853cc98Copy full SHA for 853cc98
EntropyString.podspec
@@ -2,7 +2,7 @@
2
3
Pod::Spec.new do |s|
4
s.name = "EntropyString"
5
- s.version = "0.3.0"
+ s.version = "0.3.4"
6
s.summary = "Efficiently generate secure strings of specified entropy from various character sets."
7
8
# This description is used to generate tags and improve search results.
@@ -30,7 +30,7 @@ Efficiently generate secure strings of specified entropy from various character
30
# s.platform = :ios, "5.0"
31
32
# When using multiple platforms
33
- s.ios.deployment_target = "10.0"
+ s.ios.deployment_target = "9.0"
34
# s.osx.deployment_target = "10.7"
35
# s.watchos.deployment_target = "2.0"
36
# s.tvos.deployment_target = "9.0"
0 commit comments