2 "name": "SLXMPPFramework",
13 "summary": "An XMPP Framework in Objective-C for the Mac / iOS development community.",
14 "homepage": "https://github.com/robbiehanson/XMPPFramework",
16 "Robbie Hanson": "robbiehanson@deusty.com"
19 "git": "https://github.com/SomnusLee1988/XMPPFramework.git",
23 "Extensions/**/*.{xcdatamodel,xcdatamodeld}"
25 "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).",
29 "Authentication/**/*.{h,m}",
30 "Categories/**/*.{h,m}",
31 "Utilities/**/*.{h,m}",
32 "Extensions/**/*.{h,m}"
35 "exclude_files": "Extensions/SystemInputActivityMonitor/**/*.{h,m}"
43 "SystemConfiguration",
47 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(SDKROOT)/usr/include/libresolv"
63 "pushed_with_swift_version": "3.0"