Skip to content

Commit 339f308

Browse files
authored
Merge pull request #321 from gsbernstein/patch-1
Include privacy manifest in podspec
2 parents ad6abdf + 1014bad commit 339f308

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cache.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Cache"
33
s.summary = "Nothing but cache."
4-
s.version = "7.0.0"
4+
s.version = "7.0.1"
55
s.homepage = "https://github.com/hyperoslo/Cache"
66
s.license = 'MIT'
77
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
@@ -16,6 +16,7 @@ Pod::Spec.new do |s|
1616
s.ios.source_files = 'Source/{iOS,Shared}/**/*'
1717
s.osx.source_files = 'Source/{Mac,Shared}/**/*'
1818
s.tvos.source_files = 'Source/{iOS,Shared}/**/*'
19+
s.resources = 'Source/PrivacyInfo.xcprivacy'
1920

2021
s.frameworks = 'Foundation'
2122
s.swift_version = '5.0'

0 commit comments

Comments
 (0)