From a24d068e5cce1e0a321cf726d7d53e2b7422acdd Mon Sep 17 00:00:00 2001 From: kishikawa katsumi Date: Sat, 17 Jan 2015 20:46:10 +0900 Subject: [PATCH] Update podspec --- UICKeyChainStore.podspec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index db3f6b5..9c2ae30 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -1,12 +1,24 @@ Pod::Spec.new do |s| s.name = "UICKeyChainStore" s.version = "2.0.0" - s.summary = "UICKeyChainStore is a simple wrapper for Keychain on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults." + 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 Swift wrapper for Keychain that works on iOS and OS X. + Makes using Keychain APIs as easy as NSUserDefaults. + + Features + - Simple interface + - Support access group + - [Support accessibility](#accessibility) + - [Support iCloud sharing](#icloud_sharing) + - **[Support TouchID and Keychain integration (iOS 8+)](#touch_id_integration)** + - Works on both iOS & OS X + DESC s.homepage = "https://github.com/kishikawakatsumi/UICKeyChainStore" - s.social_media_url = "https://twitter.com/k_katsumi" s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "kishikawa katsumi" => "kishikawakatsumi@mac.com" } s.source = { :git => "https://github.com/kishikawakatsumi/UICKeyChainStore.git", :tag => "v#{s.version}" } + s.social_media_url = "https://twitter.com/k_katsumi" s.ios.deployment_target = "4.3" s.osx.deployment_target = "10.7"