We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c73754 commit f4cf591Copy full SHA for f4cf591
1 file changed
GCDWebServer.podspec
@@ -26,9 +26,9 @@ Pod::Spec.new do |s|
26
cs.private_header_files = "GCDWebServer/Core/GCDWebServerPrivate.h"
27
cs.requires_arc = true
28
cs.ios.library = 'z'
29
- cs.ios.frameworks = 'MobileCoreServices', 'CFNetwork'
+ cs.ios.frameworks = 'CoreServices', 'CFNetwork'
30
cs.tvos.library = 'z'
31
- cs.tvos.frameworks = 'MobileCoreServices', 'CFNetwork'
+ cs.tvos.frameworks = 'CoreServices', 'CFNetwork'
32
cs.osx.library = 'z'
33
cs.osx.framework = 'SystemConfiguration'
34
end
0 commit comments