Skip to content

Commit

Permalink
Bump version to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Oct 17, 2015
1 parent d6dc171 commit fe38649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lib/UICKeyChainStore/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.6</string>
<string>2.0.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
3 changes: 2 additions & 1 deletion UICKeyChainStore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UICKeyChainStore"
s.version = "2.0.6"
s.version = "2.0.7"
s.summary = "UICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults."
s.description = <<-DESC
UICKeyChainStore is a simple wrapper for Keychain that works on iOS and OS X.
Expand All @@ -22,6 +22,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "4.3"
s.osx.deployment_target = "10.7"
s.watchos.deployment_target = '2.0'
s.requires_arc = true

s.source_files = "Lib/UICKeyChainStore/*.{h,m}"
Expand Down

0 comments on commit fe38649

Please sign in to comment.