We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4236dc7 commit 77b2e3fCopy full SHA for 77b2e3f
ReerCodable.podspec
@@ -30,7 +30,7 @@ Pod::Spec.new do |s|
30
31
s.source_files = 'Sources/ReerCodable/**/*'
32
33
- s.preserve_paths = ["Package.swift", "Sources/ReerCodableMacros"]
+ s.preserve_paths = ["Package.swift", "Sources/ReerCodableMacros", "Tests"]
34
35
s.pod_target_xcconfig = {
36
'OTHER_SWIFT_FLAGS' => '-Xfrontend -load-plugin-executable -Xfrontend $(PODS_BUILD_DIR)/ReerCodable/release/ReerCodableMacros-tool#ReerCodableMacros'
0 commit comments