use_frameworks!
#open source
source 'https://github.com/CocoaPods/Specs.git'
#our company
source 'git@git.gengmei.cc:gengmeiios/GMSpecs.git'

target 'GMBase_Example' do
  pod 'GMBase', :path => '../'

  target 'GMBase_Tests' do
    inherit! :search_paths

    
  end
end
