Skip to content

Commit f4cf591

Browse files
committed
replace MobileCoreServices to CoreServices
1 parent 5c73754 commit f4cf591

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GCDWebServer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Pod::Spec.new do |s|
2626
cs.private_header_files = "GCDWebServer/Core/GCDWebServerPrivate.h"
2727
cs.requires_arc = true
2828
cs.ios.library = 'z'
29-
cs.ios.frameworks = 'MobileCoreServices', 'CFNetwork'
29+
cs.ios.frameworks = 'CoreServices', 'CFNetwork'
3030
cs.tvos.library = 'z'
31-
cs.tvos.frameworks = 'MobileCoreServices', 'CFNetwork'
31+
cs.tvos.frameworks = 'CoreServices', 'CFNetwork'
3232
cs.osx.library = 'z'
3333
cs.osx.framework = 'SystemConfiguration'
3434
end

0 commit comments

Comments
 (0)