2 "name": "XMPPFramework",
12 "summary": "An XMPP Framework in Objective-C for the Mac / iOS development community.",
13 "homepage": "https://github.com/robbiehanson/XMPPFramework",
15 "Robbie Hanson": "robbiehanson@deusty.com"
18 "git": "https://github.com/robbiehanson/XMPPFramework.git",
22 "**/*.{xcdatamodel,xcdatamodeld}"
24 "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}"
37 "vendored_libraries": "Vendor/libidn/libidn.a",
44 "SystemConfiguration",
48 "HEADER_SEARCH_PATHS": "$(inherited) $(SDKROOT)/usr/include/libxml2 $(SDKROOT)/usr/include/libresolv",
49 "ENABLE_BITCODE": "NO"
62 "pushed_with_swift_version": "3.0"