Skip to content

0.38.0

Compare
Choose a tag to compare
@segiddins segiddins released this 18 Jul 19:29
· 1225 commits to master since this release

This version only introduces changes in the CocoaPods gem.

0.38.0.beta.2

Bug Fixes
  • All string values written via the Podspec Ruby DSL will automatically have
    extraneous spaces stripped.
    Samuel Giddins
    #239

0.38.0.beta.1

Breaking
  • Deprecate the xcconfig attribute in the Podspec DSL, which is replaced by
    the new attributes pod_target_xcconfig and user_target_xcconfig.
    Marius Rackwitz
    CocoaPods#3465
Enhancements