XMPPFramework pod cocoapods

I could not find the pod for XMPPFramework, only for some extract. It would be great if someone could add a block for this. Here is the link to the GitHub account: https://github.com/robbiehanson/XMPPFramework

Thank you very much. I love CocoaPods since I found out about them a few weeks ago. Not very familiar with them, so I would not want to create a pod myself. So thanks to the one who could create this. :)

+4
source share
2 answers

We, @processone, captured and dragged the revised version of XMPPFramework (3.6.6), fixed the circular dependency bug, and added Swift support.

Just add the pod 'XMPPFramework' to your Podfile and you're good to go.

+5
source

CocoaPods specifications are actually supported by the community. If you want to use this library with CocoaPods, you will add it yourself. You can run pod spec create URL to create a template from which you can run spec ( docs ). Regardless, I would say that this is not a question for StackOverflow.

+2
source

Source: https://habr.com/ru/post/1489491/


All Articles