[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 3 / b / JetlinkXMPP / 0.0.1 / JetlinkXMPP.podspec.json
blob2dcd6373e69e1862668292d639b781fdd6e9d456
2   "name": "JetlinkXMPP",
3   "version": "0.0.1",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
7   },
8   "summary": "An XMPP Framework for Jetlink.",
9   "homepage": "https://jetlink.io",
10   "authors": {
11     "Kaan Tezgel": "kaantezgel@veslabs.com"
12   },
13   "source": {
14     "http": "http://gboson.com/wp-content/uploads/2016/12/JetlinkXMPP.zip"
15   },
16   "description": "XMPPFramework provides a core implementation of RFC-3920 (the xmpp standard), along with\n  the tools needed to read & write XML. It comes with multiple popular extensions (XEPs),\n  all built atop a modular architecture, allowing you to plug-in any code needed for the job.\n  Additionally the framework is massively parallel and thread-safe. Structured using GCD,\n  this framework performs    well regardless of whether it's being run on an old iPhone, or\n  on a 12-core Mac Pro. (And it won't block the main thread... at all).",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0"
20   },
21   "ios": {
22     "vendored_frameworks": "JetlinkXMPP.framework"
23   }