use_frameworks!
inhibit_all_warnings!
platform :ios, '9.0'
#open source
source 'https://github.com/CocoaPods/Specs.git'
#our company
source 'git@git.wanmeizhensuo.com:gengmeiios/GMSpecs.git'

target 'GMBase_Example' do
  pod 'GMBase', :path => '../'
  pod 'SnapKit', '4.2.0'
  pod 'GMShareSDK', '0.2.1'
  
  pod 'GMFoundation', :path => '../../GMFoundation'
  pod 'GMPhobos',  :git => 'git@git.wanmeizhensuo.com:gengmeiios/GMPhobos.git', :commit => '7e58199898627699373ad6a9f87b875ab04b0927'
  target 'GMBase_Tests' do
    inherit! :search_paths

    
  end
end


post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            
        end
    end
end

