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 f77a025 commit 0fffcc3Copy full SHA for 0fffcc3
KeychainAccess.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'KeychainAccess'
3
- s.version = '3.1.1'
+ s.version = '3.1.2'
4
s.summary = 'KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.'
5
s.description = <<-DESC
6
KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
26
s.requires_arc = true
27
s.source_files = 'Lib/KeychainAccess/*.swift'
28
29
- s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' }
+ s.swift_version = '4.2'
30
31
s.ios.deployment_target = '8.0'
32
s.osx.deployment_target = '10.9'
0 commit comments