SmarkDown icon indicating copy to clipboard operation
SmarkDown copied to clipboard

CocoaPods

Open lfarah opened this issue 8 years ago • 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.

lfarah avatar Jul 17 '16 01:07 lfarah

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 [email protected] 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.

SwiftStudies avatar Aug 09 '16 16:08 SwiftStudies

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

iamjono avatar Sep 20 '16 21:09 iamjono

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

lfarah avatar Sep 20 '16 21:09 lfarah

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

iamjono avatar Sep 20 '16 21:09 iamjono

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

lfarah avatar Sep 20 '16 21:09 lfarah

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

FranklinYu avatar Jan 23 '17 07:01 FranklinYu