From 4022bf6b94d5ff9eaa73aa832a7f5b21504f45b3 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Sun, 2 Dec 2018 14:43:19 +0100 Subject: [PATCH] Fix typo --- XMPP.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XMPP.podspec b/XMPP.podspec index 2483ed4..dcd8585 100644 --- a/XMPP.podspec +++ b/XMPP.podspec @@ -18,9 +18,9 @@ Pod::Spec.new do |s| s.compiler_flags = '-whole-module-optimization' s.source = { git: "https://github.com/FluuxIO/XMPP.git", tag: "v#{s.version}", :submodules => true } - s.source_files = "Sources/XMPP/**/*.{h,swift}" - s.exclude_files = "Sources/XMPP/Networking/BSDSocket/*' - + s.source_files = "Sources/XMPP/**/*.{h,swift}" + s.exclude_files = "Sources/XMPP/Networking/BSDSocket/*.swift" + s.library = 'xml2' s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'} end