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

project 'OHHTTPStubsDemo.xcodeproj'
platform :ios, '8.0'
use_frameworks!

target 'OHHTTPStubsDemo' do
  pod 'OHHTTPStubs', :path => '../..'
  pod 'OHHTTPStubs/Swift', :path => '../..'
end
