Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
43 stars 12 forks source link

Use the same Cocoapods for bundling and Travis CI #73

Closed jkmassel closed 5 years ago

jkmassel commented 5 years ago

This PR suggests pinning the Cocoapods version using a bundled version of Cocoapods. This is similar to changes being made in other repositories that have Ruby dependencies – using specific, reproducible versions of these dependencies reduces the changes for unexpected behaviour.

It also matches the version of Cocoapods used for Travis CI builds to the version used to generate Podfile.lock. This should help to prevent issues as well.