Replace deprecated MobileCoreServices with CoreServices

This commit is contained in:
Regan
2020-07-22 12:32:16 +08:00
parent 1c36bf07c8
commit 6c93927e12
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ Pod::Spec.new do |s|
cs.private_header_files = "GCDWebServer/Core/GCDWebServerPrivate.h"
cs.requires_arc = true
cs.ios.library = 'z'
cs.ios.frameworks = 'MobileCoreServices', 'CFNetwork'
cs.ios.frameworks = 'CoreServices', 'CFNetwork'
cs.tvos.library = 'z'
cs.tvos.frameworks = 'MobileCoreServices', 'CFNetwork'
cs.tvos.frameworks = 'CoreServices', 'CFNetwork'
cs.osx.library = 'z'
cs.osx.framework = 'SystemConfiguration'
end