post_install do |installer_representation|
  	installer_representation.pods_project.targets.each do |target|
    	target.build_configurations.eachdo|config|
    		config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64'
		end
	end
end