Skip to content

Commit 4c79963

Browse files
author
Gleb Radchenko
committed
Update Podspec
1 parent d77846d commit 4c79963

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DNWebSocket.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Pod::Spec.new do |s|
1919
s.tvos.deployment_target = '9.0'
2020
s.watchos.deployment_target = '2.0'
2121

22-
s.source_files = 'Sources/**'
22+
s.source_files = 'Sources/**/*.swift'
2323
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'
24+
s.preserve_path = 'Sources/CZLib/**', 'Sources/CommonCrypto/**'
2525

2626
end

0 commit comments

Comments
 (0)