Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information