snipsco / Postal

A Swift framework for working with emails
MIT License
652 stars 82 forks source link

0.5.0 (release in Cocoapods) won't compile in Swift 5.1 #90

Open ggruen opened 4 years ago

ggruen commented 4 years ago

Hi -

When installing via Cocoapods, the install succeeds, but when I run a build, I get a bunch of compilation errors. Looks like Cocoapods has version 0.5.0, which appears to be a couple years old, and there are 22 commits to master since that release in GitHub.

When I install using the "manual" method, everything compiles smoothly and I can fetch my inbox using the sample code as expected.

Maybe it's time for a release? :)

AaronDDM commented 4 years ago

You can still use Cocoapods to pull from the master branch - but yes, a release is probably better! pod 'Postal', :git => "https://github.com/snipsco/Postal.git", :branch => 'master'

lionserdar commented 2 years ago

any update on a new release?