Skip to content

Commit

Permalink
[Fix] Kiwi (1.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed Oct 17, 2012
1 parent dd4f8dd commit a19023a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kiwi/1.1.1/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 => '1.1.1' }
s.source_files = 'Kiwi'
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
end
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(inherited)" "$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
end

0 comments on commit a19023a

Please sign in to comment.