Skip to content

v0.1.6

Choose a tag to compare

@lengain lengain released this 13 Jun 14:57
· 14 commits to main since this release

v0.1.6 - CocoaPods 1.16.2 Compatibility Fix

Bug Fix

  • Fixed NoMethodError - undefined method 'version' for Pod::Resolver::ResolverSpecification when running with CocoaPods 1.16.2
  • Added respond_to? guards in save_cached_result before accessing version and root on specification objects
  • ResolverSpecification in CocoaPods 1.16.2 no longer exposes a direct #version method; version is accessed via wrapped .spec.version

Notes

  • Source code already had the fix in v0.1.4, but the released gem file was built from an earlier revision. v0.1.6 ensures the fix is properly published.