platform :ios, '7.0' target 'Unity-iPhone' do pod 'GooglePlayGames', '~> 5.0' end target 'Unity-iPhone Tests' do pod 'GooglePlayGames', '~> 5.0' end post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['ENABLE_BITCODE'] = 'NO' end end end