Skip to content

Commit

Permalink
chore: added privacy in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Mar 29, 2024
1 parent 4249577 commit a3b85f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion AnalyticsSwiftCIO.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AnalyticsSwiftCIO"
s.version = "1.5.9+cio.1"
s.version = "1.5.9+cio.2"
s.license = { :type => 'MIT', :file => './LICENSE' }
s.summary = "Customer.io Data Pipelines analytics client for Swift app (iOS/tvOS/watchOS/macOS/Linux)."
s.homepage = "https://github.com/customerio/cdp-analytics-swift"
Expand All @@ -17,6 +17,9 @@ Pod::Spec.new do |s|
s.module_name = "Segment"

s.source_files = "Sources/**/*.swift"
s.resource_bundles = {
"Segment_Privacy" => "Sources/Segment/Resources/PrivacyInfo.xcprivacy"
}

s.dependency 'Sovran', '~> 1.1.1'
s.dependency 'JSONSafeEncoder', '~> 1.0.2'
Expand Down

0 comments on commit a3b85f4

Please sign in to comment.