Merge branch 'master' of github.com:AFNetworking/AFNetworking

This commit is contained in:
Mattt Thompson 2012-10-09 09:10:34 -07:00
commit a2e0453cda

View file

@ -16,6 +16,7 @@ Pod::Spec.new do |s|
s.osx.frameworks = 'CoreServices', 'SystemConfiguration'
s.prefix_header_contents = <<-EOS
#import <Availability.h>
#if __IPHONE_OS_VERSION_MIN_REQUIRED
#import <SystemConfiguration/SystemConfiguration.h>
#import <MobileCoreServices/MobileCoreServices.h>