use_frameworks!

target 'GMNetService_Example', :exclusive => true do
  pod 'GMNetService', :path => '../'
end

target 'GMNetService_Tests', :exclusive => true do
  pod 'GMNetService', :path => '../'

  
end
