From f2571016e59acc8f3db147b629728ca10de1206c Mon Sep 17 00:00:00 2001 From: kishikawakatsumi Date: Thu, 25 Apr 2013 02:35:35 +0900 Subject: [PATCH] Fix podspec. Change directory structure for CocoaPods. --- UICKeyChainStore.h => Lib/UICKeyChainStore.h | 0 UICKeyChainStore.m => Lib/UICKeyChainStore.m | 0 UICKeyChainStore.podspec | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename UICKeyChainStore.h => Lib/UICKeyChainStore.h (100%) rename UICKeyChainStore.m => Lib/UICKeyChainStore.m (100%) diff --git a/UICKeyChainStore.h b/Lib/UICKeyChainStore.h similarity index 100% rename from UICKeyChainStore.h rename to Lib/UICKeyChainStore.h diff --git a/UICKeyChainStore.m b/Lib/UICKeyChainStore.m similarity index 100% rename from UICKeyChainStore.m rename to Lib/UICKeyChainStore.m diff --git a/UICKeyChainStore.podspec b/UICKeyChainStore.podspec index c0208b7..a1b563b 100644 --- a/UICKeyChainStore.podspec +++ b/UICKeyChainStore.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/kishikawakatsumi/UICKeyChainStore.git", :tag => "v1.0.0" } s.ios.deployment_target = '4.3' s.osx.deployment_target = '10.6' - s.source_files = '/' + s.source_files = 'Lib/*' s.framework = 'Security' s.requires_arc = true end