2 "name": "Magnet-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/magnetsystems/XMPPFramework.git",
23 "**/*.{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).",
27 "prepare_command": " echo '#import \"XMPP.h\"' > XMPPFramework.h\n grep '#define _XMPP_' -r Extensions \\\n | tr '-' '_' \\\n | perl -pe 's/Extensions\\/([A-z0-9_]*)\\/([A-z]*.h).*/\\n#ifdef HAVE_XMPP_SUBSPEC_\\U\\1\\n\\E#import \"\\2\"\\n#endif/' \\\n >> XMPPFramework.h\n",
35 "Authentication/**/*.{h,m}",
36 "Categories/**/*.{h,m}",
37 "Utilities/**/*.{h,m}",
38 "Vendor/KissXML/**/*.{h,m}"
40 "vendored_libraries": "Vendor/libidn/libidn.a",
46 "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(SDKROOT)/usr/include/libresolv",
47 "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Magnet-XMPPFramework/Vendor/libidn\""
59 "name": "CoreDataStorage",
60 "source_files": "Extensions/CoreDataStorage/**/*.{h,m}",
62 "Magnet-XMPPFramework/Core": [
66 "prefix_header_contents": "#define HAVE_XMPP_SUBSPEC_COREDATASTORAGE",
67 "frameworks": "CoreData"
71 "source_files": "Extensions/Roster/**/*.{h,m}",
73 "Magnet-XMPPFramework/Core": [
76 "Magnet-XMPPFramework/CoreDataStorage": [
79 "Magnet-XMPPFramework/XEP-0203": [
83 "prefix_header_contents": "#define HAVE_XMPP_SUBSPEC_ROSTER"
87 "source_files": "Extensions/XEP-0060/**/*.{h,m}",
89 "Magnet-XMPPFramework/Core": [
93 "prefix_header_contents": "#define HAVE_XMPP_SUBSPEC_XEP_0060"
97 "source_files": "Extensions/XEP-0082/**/*.{h,m}",
99 "Magnet-XMPPFramework/Core": [
103 "prefix_header_contents": "#define HAVE_XMPP_SUBSPEC_XEP_0082"
107 "source_files": "Extensions/XEP-0203/**/*.{h,m}",
109 "Magnet-XMPPFramework/Core": [
112 "Magnet-XMPPFramework/XEP-0082": [
116 "prefix_header_contents": "#define HAVE_XMPP_SUBSPEC_XEP_0203"