Skip to content

Commit

Permalink
Remove Swift references from podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Jun 3, 2018
1 parent 4a8a787 commit 12b5bbf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions KissXML.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KissXML'
s.version = '5.2.2'
s.version = '5.2.3'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.summary = 'A replacement for Cocoa\'s NSXML cluster of classes. Based on libxml.'
s.homepage = 'https://github.com/robbiehanson/KissXML'
Expand All @@ -9,9 +9,8 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.source_files = 'KissXML/**/*.{h,m,swift}'
s.source_files = 'KissXML/**/*.{h,m}'
s.private_header_files = 'KissXML/Private/**/*.h'
s.osx.exclude_files = 'KissXML/**/*.swift'
s.library = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}

Expand Down

0 comments on commit 12b5bbf

Please sign in to comment.