From dd3f85aa0a90293149ed684116242fd874ffc0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=A9=E8=BE=BA=E7=BE=85=E3=82=A8=E3=83=AB=E3=83=8D?= =?UTF-8?q?=E3=82=B9=E3=83=88?= Date: Fri, 17 May 2013 15:55:03 +0900 Subject: [PATCH] Update podspec --- NBUCore.podspec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NBUCore.podspec b/NBUCore.podspec index ddad1c3..75a9251 100644 --- a/NBUCore.podspec +++ b/NBUCore.podspec @@ -1,3 +1,5 @@ + + Pod::Spec.new do |s| s.name = "NBUCore" s.version = "1.8.2" @@ -13,7 +15,7 @@ Pod::Spec.new do |s| s.resources = 'Source/**/*.{xib}' s.framework = 'Security' s.requires_arc = true - s.preserve_paths = "README.*", "NOTICE" + s.preserve_paths = "README.*", "NOTICE", "*.xcconfig" s.dependency 'Lockbox', '~> 1.4.2' s.dependency 'CocoaLumberjack', '<= 1.6'