stencilproject/Stencil

Stencil pod spec depends on old version of PathKit

Closed this issue · 1 comments

Stencil still depends on PathKit 0.8 with Cocoapods, which makes it incompatible with SMP, which allows to define dependencies for different versions of Swift.
This does not let to update Sourcery to use latest version of Stencil as it either causes conflicts in SMP versions or Cocoapods versions (also affected by other dependencies which also require newer version of PathKit)
We either need to finally drop Swift 3 support and update to latest dependencies, or to find a way to do support both (maybe with subspec?)

At this point I vote for dropping Swift 3