From 67c4370380107f9a07c7e2691c34ae594f24273f Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Mon, 19 Jan 2015 07:15:59 +0900 Subject: [PATCH] Bump version to v1.1.0 --- KeychainAccess.podspec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/KeychainAccess.podspec b/KeychainAccess.podspec index f602e37e4..8b3aa2d15 100644 --- a/KeychainAccess.podspec +++ b/KeychainAccess.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "KeychainAccess" - s.version = "1.0.7" + s.version = "1.1.0" s.summary = "KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X." s.description = <<-DESC KeychainAccess is a simple Swift wrapper for Keychain that works on iOS and OS X. @@ -9,9 +9,10 @@ Pod::Spec.new do |s| Features - Simple interface - Support access group - - [Support accessibility](#accessibility) - - [Support iCloud sharing](#icloud_sharing) - - **[Support TouchID and Keychain integration (iOS 8+)](#touch_id_integration)** + - Support accessibility + - Support iCloud sharing + - **Support TouchID and Keychain integration (iOS 8+)** + - **Support Shared Web Credentials (iOS 8+)** - Works on both iOS & OS X DESC s.homepage = "https://github.com/kishikawakatsumi/KeychainAccess"