steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 128 forks source link

Swift Package Manager? #53

Open leonyannik opened 4 years ago

leonyannik commented 4 years ago

Are there any plans to add swift package manager installation? would be much appreciated!!!! thanks!

sjoness commented 4 years ago

It's definitely on my todo list! It's a pretty busy period for me from now until the new year though so not sure when I'll get around to it! Any help would be appreciated!

alessioarsuffi commented 4 years ago

I think would be better to wait for the support of Resources (images, plist & more) in SPM.

check here: https://bugs.swift.org/browse/SR-2866

DanijelHuis commented 4 years ago

Good news: https://github.com/apple/swift-evolution/blob/master/proposals/0271-package-manager-resources.md

smhk commented 4 years ago

it would surely be advantageous for this library to be the first with SPM -

Look how incredibly easy it is to add Nuke, for example...

https://github.com/kean/Nuke/blob/9.0.0/Document

"In Xcode go to File / Swift Packages / Add Package Dependency and enter https://github.com/kean/Nuke.git"

Wow! So easy.