[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 4 / 1 / 9 / XMPPFramework / 3.7.0 / XMPPFramework.podspec.json
blobd8834fee4c3505412a5e30b393c96fcbb99e208a
2   "name": "XMPPFramework",
3   "version": "3.7.0",
4   "platforms": {
5     "osx": "10.9",
6     "ios": "8.0"
7   },
8   "license": {
9     "type": "BSD",
10     "file": "copying.txt"
11   },
12   "summary": "An XMPP Framework in Objective-C for the Mac / iOS development community.",
13   "homepage": "https://github.com/robbiehanson/XMPPFramework",
14   "authors": {
15     "Robbie Hanson": "robbiehanson@deusty.com"
16   },
17   "source": {
18     "git": "https://github.com/robbiehanson/XMPPFramework.git",
19     "tag": "3.7.0"
20   },
21   "resources": [
22     "**/*.{xcdatamodel,xcdatamodeld}"
23   ],
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).",
25   "requires_arc": true,
26   "source_files": [
27     "Core/**/*.{h,m}",
28     "Vendor/libidn/*.h",
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   "vendored_libraries": "Vendor/libidn/libidn.a",
38   "libraries": [
39     "xml2",
40     "resolv"
41   ],
42   "frameworks": [
43     "CoreData",
44     "SystemConfiguration",
45     "CoreLocation"
46   ],
47   "xcconfig": {
48     "HEADER_SEARCH_PATHS": "$(inherited) $(SDKROOT)/usr/include/libxml2 $(SDKROOT)/usr/include/libresolv",
49     "ENABLE_BITCODE": "NO"
50   },
51   "dependencies": {
52     "CocoaLumberjack": [
54     ],
55     "CocoaAsyncSocket": [
56       "~> 7.6.0"
57     ],
58     "KissXML": [
59       "~> 5.2.0"
60     ]
61   },
62   "pushed_with_swift_version": "3.0"