Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XMPPFramework pod cocoapods

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. :)

like image 328
user2546635 Avatar asked Jul 03 '13 12:07

user2546635


2 Answers

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.

like image 152
Loegic Avatar answered Nov 15 '22 13:11

Loegic


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.

like image 42
Keith Smiley Avatar answered Nov 15 '22 15:11

Keith Smiley