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.
1 parent 181ba93 commit 427ee1cCopy full SHA for 427ee1c
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 = "5.2.0"
+ s.version = "5.3.0"
5
s.homepage = "https://github.com/hyperoslo/Cache"
6
s.license = 'MIT'
7
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
@@ -16,9 +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
-
+
20
s.frameworks = 'Foundation'
21
22
- s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
23
s.swift_version = '5.0'
24
end
0 commit comments