Skip to content

0.13.0

Compare
Choose a tag to compare
@segiddins segiddins released this 29 Oct 00:00
· 8163 commits to master since this release

CocoaPods

Enhancements
  • Add Podfile podspec which allows to use the dependencies of a podspec file.
    #162
  • Check if any of the build settings defined in the xcconfig files is
    overridden. #92
  • The Linter now checks that there are no compiler flags that disable warnings.
Bug fixes
  • The final project isn’t affected anymore by the inhibit_all_warnings!
    option.
  • Support for redirects while using podspec from an url.
    #462