[Add] IMGLYDesignEditor 1.40.1-rc.0
[CocoaPods.git] / Specs / a / 0 / 1 / SLXMPPFramework / 4.0.2 / SLXMPPFramework.podspec.json
blob3fa3139629af8363d1dc95da8b1f27ce54a073c5
2   "name": "SLXMPPFramework",
3   "version": "4.0.2",
4   "platforms": {
5     "osx": "10.9",
6     "ios": "8.0",
7     "tvos": "9.0"
8   },
9   "license": {
10     "type": "BSD",
11     "file": "copying.txt"
12   },
13   "summary": "An XMPP Framework in Objective-C for the Mac / iOS development community.",
14   "homepage": "https://github.com/robbiehanson/XMPPFramework",
15   "authors": {
16     "Robbie Hanson": "robbiehanson@deusty.com"
17   },
18   "source": {
19     "git": "https://github.com/SomnusLee1988/XMPPFramework.git",
20     "tag": "4.0.2"
21   },
22   "resources": [
23     "Extensions/**/*.{xcdatamodel,xcdatamodeld}"
24   ],
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).",
26   "requires_arc": true,
27   "source_files": [
28     "Core/**/*.{h,m}",
29     "Authentication/**/*.{h,m}",
30     "Categories/**/*.{h,m}",
31     "Utilities/**/*.{h,m}",
32     "Extensions/**/*.{h,m}"
33   ],
34   "ios": {
35     "exclude_files": "Extensions/SystemInputActivityMonitor/**/*.{h,m}"
36   },
37   "libraries": [
38     "xml2",
39     "resolv"
40   ],
41   "frameworks": [
42     "CoreData",
43     "SystemConfiguration",
44     "CoreLocation"
45   ],
46   "xcconfig": {
47     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2 $(SDKROOT)/usr/include/libresolv"
48   },
49   "dependencies": {
50     "CocoaLumberjack": [
52     ],
53     "CocoaAsyncSocket": [
54       "~> 7.6.0"
55     ],
56     "KissXML": [
57       "~> 5.2.0"
58     ],
59     "libidn": [
60       "~> 1.33.0"
61     ]
62   },
63   "pushed_with_swift_version": "3.0"