Skip to content

Commit 585e4c3

Browse files
committed
Updated cocoapod spec to use ARC and correct frameworks.
1 parent b60fb63 commit 585e4c3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CocoaAsyncSocket.podspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ Pod::Spec.new do |s|
1717

1818
s.source_files = '{GCD,RunLoop}/*.{h,m}'
1919
s.clean_paths = 'Vendor', 'GCD/Xcode', 'RunLoop/Xcode'
20-
21-
if config.ios?
22-
s.framework = 'CFNetwork'
23-
else
24-
s.framework = 'Security'
25-
end
20+
s.requires_arc = true
21+
s.frameworks = ['CFNetwork', 'Security']
2622
end

0 commit comments

Comments
 (0)