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

target 'GMPhobos_Example', :exclusive => true do
  pod 'GMPhobos', :path => '../'
end

target 'GMPhobos_Tests', :exclusive => true do
  pod 'GMPhobos', :path => '../'

  
end
