stencilproject / Stencil

Stencil is a simple and powerful template language for Swift.
https://stencil.fuller.li
BSD 2-Clause "Simplified" License
2.34k stars 221 forks source link

Stencil pod spec depends on old version of PathKit #217

Closed ilyapuchka closed 5 years ago

ilyapuchka commented 6 years ago

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?)

yonaskolb commented 6 years ago

At this point I vote for dropping Swift 3