Skip to content

Commit f5ba666

Browse files
committed
Merge pull request robbiehanson#45 from dewind/master
Updated CocoaPod
2 parents b60fb63 + ff74eb1 commit f5ba666

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)