Skip to content

Commit

Permalink
upd podspec for v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
priore committed Sep 24, 2015
1 parent ec67c73 commit 774ea50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SOAPEngine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.ios.platform = '7.1'
s.ios.deployment_target = '7.1'
s.ios.preserve_paths = 'SOAPEngine64.framework'
s.ios.public_header_files = 'SOAPEngine64.framework/Versions/A/Headers/*.h'
s.ios.public_header_files = 'SOAPEngine64.framework/Headers/*.h'
s.ios.vendored_frameworks = 'SOAPEngine64.framework'
s.ios.xcconfig = { 'HEADER_SEARCH_PATHS' => '/usr/include/libxml2' }

Expand Down

0 comments on commit 774ea50

Please sign in to comment.