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.
2 parents ad6abdf + 1014bad commit 339f308Copy full SHA for 339f308
Cache.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = "Cache"
3
s.summary = "Nothing but cache."
4
- s.version = "7.0.0"
+ s.version = "7.0.1"
5
s.homepage = "https://github.com/hyperoslo/Cache"
6
s.license = 'MIT'
7
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
@@ -16,6 +16,7 @@ Pod::Spec.new do |s|
16
s.ios.source_files = 'Source/{iOS,Shared}/**/*'
17
s.osx.source_files = 'Source/{Mac,Shared}/**/*'
18
s.tvos.source_files = 'Source/{iOS,Shared}/**/*'
19
+ s.resources = 'Source/PrivacyInfo.xcprivacy'
20
21
s.frameworks = 'Foundation'
22
s.swift_version = '5.0'
0 commit comments