Skip to content

Commit 853cc98

Browse files
committed
Update podspec
1 parent eb555d0 commit 853cc98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EntropyString.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = "EntropyString"
5-
s.version = "0.3.0"
5+
s.version = "0.3.4"
66
s.summary = "Efficiently generate secure strings of specified entropy from various character sets."
77

88
# 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
3030
# s.platform = :ios, "5.0"
3131

3232
# When using multiple platforms
33-
s.ios.deployment_target = "10.0"
33+
s.ios.deployment_target = "9.0"
3434
# s.osx.deployment_target = "10.7"
3535
# s.watchos.deployment_target = "2.0"
3636
# s.tvos.deployment_target = "9.0"

0 commit comments

Comments
 (0)