diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index c3b2f6b..aad657b 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "UICKeyChainStore" - s.version = "1.0.1" + s.version = "1.0.2" s.summary = "UICKeyChainStore is a simple wrapper for Keychain on iOS and OS X. Makes using Keychain APIs as easy as NSUserDefaults." s.homepage = "https://github.com/kishikawakatsumi/UICKeyChainStore" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "kishikawakatsumi" => "kishikawakatsumi@mac.com" } s.authors = { "kishikawakatsumi" => "kishikawakatsumi@mac.com" } - s.source = { :git => "https://github.com/kishikawakatsumi/UICKeyChainStore.git", :tag => "v1.0.1" } + s.source = { :git => "https://github.com/kishikawakatsumi/UICKeyChainStore.git", :tag => "v1.0.2" } s.ios.deployment_target = '4.3' s.osx.deployment_target = '10.6' s.source_files = 'Lib/*'