We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d51f78 commit 7e76a0fCopy full SHA for 7e76a0f
EntropyString.podspec
@@ -2,7 +2,7 @@
2
3
Pod::Spec.new do |s|
4
s.name = "EntropyString"
5
- s.version = "3.0.2"
+ s.version = "3.0.3"
6
s.summary = "Efficiently generate cryptographically strong random strings of specified entropy from various character sets."
7
8
s.description = <<-DESC
@@ -17,7 +17,7 @@ Efficiently generate cryptographically strong and secure random strings of speci
17
s.ios.deployment_target = "11.0"
18
s.osx.deployment_target = "10.11"
19
s.watchos.deployment_target = "2.0"
20
- s.tvos.deployment_target = "1.0"
+ s.tvos.deployment_target = "9.0"
21
22
s.source = { :git => "https://github.com/EntropyString/EntropyString-Swift.git", :tag => "#{s.version}" }
23
0 commit comments