# Podfile

platform :ios, '7.0'
xcodeproj 'KiwiTests.xcodeproj'

target 'KiwiTests-XCTest', :exclusive => true do
    pod 'Kiwi/XCTest'
end

target 'KiwiTests-XCTest-AppTests', :exclusive => true do
    pod 'Kiwi/XCTest'
end

target 'KiwiTests-OCUnit', :exclusive => true do
    pod 'Kiwi'
end

target 'KiwiTests-OCUnit-AppTests', :exclusive => true do
    pod 'Kiwi'
end
