We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9156cae commit 92c2198Copy full SHA for 92c2198
FingerprintJS.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |spec|
2
# Name and version
3
spec.name = 'FingerprintJS'
4
- spec.version = '1.4.0'
+ spec.version = '1.4.1'
5
6
# License
7
spec.license = { type: 'MIT', file: 'LICENSE' }
@@ -29,7 +29,7 @@ Pod::Spec.new do |spec|
29
# Build (deployment target, Swift versions)
30
spec.ios.deployment_target = '12.0'
31
spec.tvos.deployment_target = '12.0'
32
- spec.swift_versions = ['5.7', '5.8']
+ spec.swift_versions = ['5.7', '5.8', '5.9']
33
spec.default_subspec = 'Core'
34
35
# Core
0 commit comments