Explorar o código

replace MobileCoreServices to CoreServices

gezihuzi %!s(int64=5) %!d(string=hai) anos
pai
achega
f4cf591e50
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      GCDWebServer.podspec

+ 2 - 2
GCDWebServer.podspec

@@ -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