Skip to content

Commit

Permalink
issue kiwi-bdd#199 - Fix problematic podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
allending committed Jan 23, 2013
1 parent 11dd4e3 commit 5b2f344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kiwi.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/allending/Kiwi.git', :tag => '2.0.2' }
s.source_files = 'Classes'
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(inherited)" "$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
end

0 comments on commit 5b2f344

Please sign in to comment.