Skip to content

Commit 67f8613

Browse files
committed
Merge branch 'master' of github.com:robbiehanson/CocoaAsyncSocket
2 parents aecab68 + f5ba666 commit 67f8613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CocoaAsyncSocket.podspec

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

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

0 commit comments

Comments
 (0)