source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'

inhibit_all_warnings!

use_frameworks!

podspec

target 'VENCoreUnitTests', :exclusive => true do
  pod 'Expecta'
  pod 'Nocilla'
  pod 'OCMock', '~> 2.2'
  pod 'OCHamcrest'
  pod 'Specta'
end

target 'VENCoreIntegrationTests', :exclusive => true do
  pod 'Expecta'
  pod 'Nocilla'
  pod 'OCMock', '~> 2.2'
  pod 'OCHamcrest'
  pod 'Specta'
end
