Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mremond committed Dec 2, 2018
1 parent 8fbabe2 commit 4022bf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions XMPP.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4022bf6

Please sign in to comment.