blob: 806a202de12ca7ca09b65ac38f05615e7fc37784 [file] [log] [blame]
{
"name": "SLXMPPFramework",
"version": "4.0.4",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0"
},
"license": {
"type": "BSD",
"file": "copying.txt"
},
"summary": "An XMPP Framework in Objective-C for the Mac / iOS development community.",
"homepage": "https://github.com/robbiehanson/XMPPFramework",
"authors": {
"Robbie Hanson": "robbiehanson@deusty.com"
},
"source": {
"git": "https://github.com/SomnusLee1988/XMPPFramework.git",
"tag": "4.0.4"
},
"resources": [
"Extensions/**/*.{xcdatamodel,xcdatamodeld}"
],
"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,
"source_files": [
"Core/**/*.{h,m}",
"Authentication/**/*.{h,m}",
"Categories/**/*.{h,m}",
"Utilities/**/*.{h,m}",
"Extensions/**/*.{h,m}"
],
"ios": {
"exclude_files": "Extensions/SystemInputActivityMonitor/**/*.{h,m}"
},
"libraries": [
"xml2",
"resolv"
],
"frameworks": [
"CoreData",
"SystemConfiguration",
"CoreLocation"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(SDKROOT)/usr/include/libresolv"
},
"dependencies": {
"CocoaLumberjack": [
],
"CocoaAsyncSocket": [
"~> 7.6.0"
],
"KissXML": [
"~> 5.2.0"
],
"libidn": [
"~> 1.33.0"
]
},
"pushed_with_swift_version": "3.0"
}