5

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

Thank you so much. I'm loving CocoaPods since I found out about them a few weeks ago. Not super familiar with them so I wouldn't want to create the pod myself. So thank you to whoever could create this. :)

jscs
  • 63,694
  • 13
  • 151
  • 195

2 Answers2

5

We, @processone, fixed and pushed a revised version of XMPPFramework (3.6.6) witch fix the circular dependency error, and add support to Swift.

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

Loegic
  • 3,390
  • 20
  • 33
  • i added xmppframework 3.6.6 using cocoapods but found that there is no support for filetransfer in this.how to fix this and add support for filetransfer – sujith1406 Feb 02 '16 at 05:51
  • @sujith1406, maybe this github repo will help https://github.com/nplexity/xmpp-file-transfer-demo – Loegic Feb 02 '16 at 11:44
  • Can I select which XEP Extension that I wish to include on my XMPPFramework pod installation? – Muhammad Yusuf Mar 31 '16 at 07:23
  • @MuhammadYusuf, Unfortunately you cannot do this. – Loegic Mar 31 '16 at 15:00
  • @Loegic Oh. Thanks for the confirmation mate. The matter is apparently XEP 0054 make my build progress stucked. I've been asked a question about it and no one answered yet. :( http://stackoverflow.com/questions/36326664/can-i-pod-xmppframework-without-all-of-its-xep-extension – Muhammad Yusuf Apr 01 '16 at 04:07
  • @MuhammadYusuf I'll have a look – Loegic Apr 01 '16 at 08:55
2

The CocoaPods specs are actually maintained by the community. If you would like to use this library with CocoaPods you actually add it yourself. You can run pod spec create URL to create a template that you can start the spec from (docs). Regardless I would say this is not a question for StackOverflow.

Keith Smiley
  • 61,481
  • 12
  • 97
  • 110