Skip to content

Commit

Permalink
pod spec update
Browse files Browse the repository at this point in the history
Updating pod spec
  • Loading branch information
pankajtaneja86 committed Oct 15, 2015
1 parent 2e86a0a commit 8220c5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions authorizenet-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ Pod::Spec.new do |s|
#s.resources = 'sdk/**/*.{xib,storyboard}'
s.exclude_files = "**/AuthNetUnitTests.m"


# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'XCTest'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}
s.library = 'xml2'
#s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'}
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2', "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES" => "YES" }
# s.dependency 'AFNetworking', '~> 2.3'
end

0 comments on commit 8220c5b

Please sign in to comment.