You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Add git tag to CocoaPods source property (DylanVann#601)
This change will make the CocoaPods version which is installed match the NodeJS version used.
Currently, CocoaPods will install the latest version on head which could not match the JavaScript version of the library.
Changes:
1. Use the version tag to match the version installed by CocoaPods to that coming the from the `package.json` file.
0 commit comments