module.exports = {
  project: {
    android: {},
    ios: {
      automaticPodsInstallation: true,
    },
  },
};