From 7f4adb74a2458971ce5bd1d28270af451fb8d7fb Mon Sep 17 00:00:00 2001 From: Heather Date: Tue, 5 Mar 2013 11:00:03 -0800 Subject: [PATCH] Update podspec to include coregraphics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related issue: https://github.com/square/KIF/issues/155 --- KIF/0.0.1/KIF.podspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KIF/0.0.1/KIF.podspec b/KIF/0.0.1/KIF.podspec index ee169b36b591bd..e0e4d43bead788 100644 --- a/KIF/0.0.1/KIF.podspec +++ b/KIF/0.0.1/KIF.podspec @@ -12,4 +12,6 @@ Pod::Spec.new do |s| s.source_files = 'Classes', 'Additions' s.xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) RUN_KIF_TESTS=1' } + s.framework = 'CoreGraphics' + s.prefix_header_contents = '#import ' end