2 "name": "XMPPFramework",
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/robbiehanson/XMPPFramework.git",
22 "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).",
24 "default_subspecs": "default",
30 "Authentication/**/*.{h,m}",
31 "Categories/**/*.{h,m}",
32 "Utilities/**/*.{h,m}",
33 "Extensions/**/*.{h,m}"
36 "exclude_files": "Extensions/SystemInputActivityMonitor/**/*.{h,m}"
44 "SystemConfiguration",
48 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(SDKROOT)/usr/include/libresolv"
51 "Extensions/**/*.{xcdatamodel,xcdatamodeld}"
75 "source_files": "Swift/**/*.swift",
77 "XMPPFramework/default": [
80 "CocoaLumberjack/Swift": [