Fix podspec. Change directory structure for CocoaPods.

This commit is contained in:
kishikawakatsumi
2013-04-25 02:35:35 +09:00
parent 0124b2f4e7
commit f2571016e5
3 changed files with 1 additions and 1 deletions

View File

@@ -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