Skip to content

Commit

Permalink
modified podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
redbug committed Oct 7, 2012
1 parent 224b4fd commit e6d0d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMPPFramework.podspec
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
'Vendor/KissXML/**/*.{h,m}',
'XMPPFramework.h'
s.frameworks = 'CFNetwork', 'SystemConfiguration', 'CoreData', 'CoreLocation'
s.library = 'xml2', 'resolv', 'libidn'
#s.library = 'xml2', 'resolv', 'libidn'
s.requires_arc = true
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2', 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/XMPPFramework/Vendor/libidn"' }
s.dependency 'CocoaLumberjack'
Expand Down

0 comments on commit e6d0d47

Please sign in to comment.