use_frameworks!

platform :ios, '8.0'
#require 'pry'
#open source
source 'https://github.com/CocoaPods/Specs.git'
#our company
source 'git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git'

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

  target 'GMRouter_Tests' do
    inherit! :search_paths

    
  end
end
