spacepandas / cineaste-ios

An iOS application to manage movies you would like to see and movies you have seen.
Apache License 2.0
32 stars 11 forks source link

Use Swift Package Manager instead of CocoaPods #140

Closed fbernutz closed 4 years ago

fbernutz commented 4 years ago

Tasks

xavierLowmiller commented 4 years ago

What to do with swiftlint?

Why not just drop the pod?

It'll run locally for people who have SwiftLint installed, and it's skipped for all others.

It's run on CI, so pull requests will always be clean.