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 fc355c5 commit 911e304Copy full SHA for 911e304
Lib/UICKeyChainStore/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>2.2.0</string>
+ <string>2.3.0</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
UICKeyChainStore.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "UICKeyChainStore"
3
- s.version = "2.2.0"
+ s.version = "2.3.0"
4
s.summary = "UICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults."
5
s.description = <<-DESC
6
UICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X.
0 commit comments