Skip to content

Commit 0fffcc3

Browse files
Bump pod version to 3.1.2
1 parent f77a025 commit 0fffcc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

KeychainAccess.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'KeychainAccess'
3-
s.version = '3.1.1'
3+
s.version = '3.1.2'
44
s.summary = 'KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.'
55
s.description = <<-DESC
66
KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.requires_arc = true
2727
s.source_files = 'Lib/KeychainAccess/*.swift'
2828

29-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' }
29+
s.swift_version = '4.2'
3030

3131
s.ios.deployment_target = '8.0'
3232
s.osx.deployment_target = '10.9'

0 commit comments

Comments
 (0)