SwiftStudies/SmarkDown

CocoaPods

Opened this issue · 6 comments

I'd be cool to also add CocoaPods support. I done this implementation myself last month for my library. Just follow this post and this checklist.

Hi there. I kind of feel CocoaPods is the past... but feel free to create a pull

Sent from my iPhone

On 17 Jul 2016, at 02:55, Lucas Farah notifications@github.com wrote:

I'd be cool to also add CocoaPods support. I done this implementation myself last month for my library. Just follow this post and this checklist.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Not sure why you'd use CocoaPods when you have SPM?

CocoaPods measures a ton of information and creates a quality index. We at AwesomeiOS will start using this quality index in a way to filter projects.

By being compatible with CocoaPods, your library gets Cocoadocs for free too, so you'll have a better documentation visualization.

CocoaPods is still used by a lot of developers worldwide, so by enabling this you're helping them.

SPM is still not used by a large number of people. Even yesterday at an iOS podcast the speakers were talking about why they aren't still using SPM

I agree Lucas - makes sense for front end projects, but not for server side targets...

Oh, I thought I could use SmarkDown on iOS.... Didn't know it was only a server side lib

Not just iOS, application on macOS also requires Cocoa, which doesn't work with SPM currently.