use_frameworks!

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

target 'GMAI_Example' do
  pod 'GMAI', :path => '../'
  pod 'GMBaseSwift', '3.3.7'
#  pod 'EVReflection', '5.10.0'
  target 'GMAI_Tests' do
    inherit! :search_paths

    
  end
end

pre_install do |installer|
  # workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
  Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
end
