Closed saschpe closed 4 years ago
Hi @saschpe,
This project doesn't currently have any dependencies on CocoaPods for building the framework itself, just for building and running the unit tests. Is there a specific issue you're attempting to fix with these changes?
Yep, it's for being able to run the test w/o using a global CocoaPods setup.
To ensure every developer (and CI machine) is using the same CocoaPods version and to reduce dependencies into the host system's installed gems. Avoids issues with different Cocoapods or Gem versions installed on various machines.
Switch to CocoaPods latest release (currently 1.9.1).