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

platform :ios, '6.0'
inhibit_all_warnings!

target 'VENCore', :exclusive => true do
  podspec
end

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

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