use_frameworks!
inhibit_all_warnings!

target 'GMNetService_Example' do
    pod 'GMNetService', :path => '../'

    target 'GMNetService_Tests' do
        inherit! :search_paths

        
    end
end
#pod 'SSZipArchive', :inhibit_warnings => true

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

            # 指定使用swift 2.3版本
            config.build_settings['SWIFT_VERSION'] = '2.3'

        end
    end
end
