use_frameworks!

platform :ios, '8.0'

target 'GMRouter_Example' do
  pod 'GMRouter', :path => '../'

  target 'GMRouter_Tests' do
    inherit! :search_paths

    
  end
end
