File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'KeychainAccess'
3
- s . version = '3.1.2 '
3
+ s . version = '3.2.0 '
4
4
s . summary = 'KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X.'
5
5
s . description = <<-DESC
6
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
26
s . requires_arc = true
27
27
s . source_files = 'Lib/KeychainAccess/*.swift'
28
28
29
- s . swift_version = '4.2 '
29
+ s . swift_version = '5.0 '
30
30
31
31
s . ios . deployment_target = '8.0'
32
32
s . osx . deployment_target = '10.9'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.1.1 </string >
18
+ <string >3.2.0 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments