mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +08:00
Remove prefix_header_contents as it has been re-added to the AFNetworking Podspec
This commit is contained in:
@@ -5,10 +5,7 @@ Pod::Spec.new do |s|
|
||||
s.homepage = 'http://www.restkit.org'
|
||||
s.author = { 'Blake Watters' => 'blakewatters@gmail.com' }
|
||||
s.source = { :git => 'https://github.com/RestKit/RestKit.git', :branch => 'feature/reboot-networking-layer' }
|
||||
s.license = 'Apache License, Version 2.0'
|
||||
|
||||
# Add System Configuration to prefix to enable reachability in AFNetworking
|
||||
s.prefix_header_contents = "#import <SystemConfiguration/SystemConfiguration.h>"
|
||||
s.license = 'Apache License, Version 2.0'
|
||||
|
||||
# Platform setup
|
||||
s.requires_arc = true
|
||||
|
||||
Reference in New Issue
Block a user