Add allItems, allKeys test cases

This commit is contained in:
kishikawa katsumi
2015-01-13 01:10:48 +09:00
parent 39ab3d3442
commit 0179bb0a53
4 changed files with 184 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/kishikawakatsumi/UICKeyChainStore.git", :tag => "v#{s.version}" }
s.ios.deployment_target = "4.3"
s.osx.deployment_target = "10.6"
s.osx.deployment_target = "10.7"
s.requires_arc = true
s.source_files = "Lib/UICKeyChainStore/*.{h,m}"