We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package
1 parent e3f69fd commit 169efd7Copy full SHA for 169efd7
SwiftProtobuf.podspec
@@ -16,6 +16,11 @@ Pod::Spec.new do |s|
16
17
s.cocoapods_version = '>= 1.13.0'
18
19
+ # Support `package` visibility.
20
+ s.pod_target_xcconfig = {
21
+ 'OTHER_SWIFT_FLAGS' => '-package-name SwiftProtobuf'
22
+ }
23
+
24
s.source_files = 'Sources/SwiftProtobuf/**/*.swift'
25
s.resource_bundle = {'SwiftProtobuf' => ['Sources/SwiftProtobuf/PrivacyInfo.xcprivacy']}
26
0 commit comments