Skip to content

Commit

Permalink
Update podspec to include coregraphics
Browse files Browse the repository at this point in the history
Related issue: kif-framework/KIF#155
  • Loading branch information
heatherm committed Mar 5, 2013
1 parent b6d9e80 commit 7f4adb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KIF/0.0.1/KIF.podspec
Expand Up @@ -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 <CoreGraphics/CoreGraphics.h>'
end

0 comments on commit 7f4adb7

Please sign in to comment.