Updating 1.0RC2 podspec to add requires_arc flag
This commit is contained in:
parent
8c536f5f8d
commit
7cd20077dc
1 changed files with 1 additions and 0 deletions
|
|
@ -9,4 +9,5 @@ Pod::Spec.new do |s|
|
||||||
s.source_files = 'AFNetworking'
|
s.source_files = 'AFNetworking'
|
||||||
s.framework = 'SystemConfiguration'
|
s.framework = 'SystemConfiguration'
|
||||||
s.prefix_header_contents = "#import <SystemConfiguration/SystemConfiguration.h>"
|
s.prefix_header_contents = "#import <SystemConfiguration/SystemConfiguration.h>"
|
||||||
|
s.requires_arc = true
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue