We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77846d commit 4c79963Copy full SHA for 4c79963
1 file changed
DNWebSocket.podspec
@@ -19,8 +19,8 @@ Pod::Spec.new do |s|
19
s.tvos.deployment_target = '9.0'
20
s.watchos.deployment_target = '2.0'
21
22
- s.source_files = 'Sources/**'
+ s.source_files = 'Sources/**/*.swift'
23
s.pod_target_xcconfig = {'SWIFT_INCLUDE_PATHS' => '$(PODS_TARGET_SRCROOT)/Sources/CZLib/** $(PODS_TARGET_SRCROOT)/Sources/CommonCrypto/**'}
24
- s.preserve_path = 'CZLib/module.modulemap', 'CommonCrypto/module.modulemap'
+ s.preserve_path = 'Sources/CZLib/**', 'Sources/CommonCrypto/**'
25
26
end
0 commit comments