blob: 2dcd6373e69e1862668292d639b781fdd6e9d456 [file] [log] [blame]
{
"name": "JetlinkXMPP",
"version": "0.0.1",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "An XMPP Framework for Jetlink.",
"homepage": "https://jetlink.io",
"authors": {
"Kaan Tezgel": "kaantezgel@veslabs.com"
},
"source": {
"http": "http://gboson.com/wp-content/uploads/2016/12/JetlinkXMPP.zip"
},
"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).",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "JetlinkXMPP.framework"
}
}