From fe3864996b2845b29c1194fd6eddc8f572e17b1d Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Sat, 17 Oct 2015 23:01:32 +0900 Subject: [PATCH] Bump version to 2.0.7 --- Lib/UICKeyChainStore/Info.plist | 2 +- UICKeyChainStore.podspec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Lib/UICKeyChainStore/Info.plist b/Lib/UICKeyChainStore/Info.plist index 0100960..9fa96d1 100644 --- a/Lib/UICKeyChainStore/Info.plist +++ b/Lib/UICKeyChainStore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.6 + 2.0.7 CFBundleSignature ???? CFBundleVersion diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index b4820ad..30b4b8e 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -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. @@ -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}"