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 2ad48be commit 224b4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XMPPFramework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/robbiehanson/XMPPFramework'
s.author = {'Robbie Hanson' => 'http://deusty.blogspot.com/'}
s.source = { :git => 'git://github.com/robbiehanson/XMPPFramework.git', :tag => '3.5'}
s.platform = :ios
s.platform = :ios, '5.1'
s.source_files = 'Categories/*.{h,m}',
'Core/*.{h,m}',
'Extensions/{Reconnect, CoreDataStorage, Roster, XEP-0045, XEP-0054, XEP-0082, XEP-0115, XEP-0153, XEP-0203}/*.{h,m}',
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
'Vendor/KissXML/**/*.{h,m}',
'XMPPFramework.h'
s.frameworks = 'CFNetwork', 'SystemConfiguration', 'CoreData', 'CoreLocation'
s.library = 'xml2', 'libidn', 'resolv'
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 224b4fd

Please sign in to comment.