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 27253e9 commit 4c2a741Copy full SHA for 4c2a741
.swift-version
@@ -1 +1 @@
1
-4.0.2
+4.1
Cache.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
2
s.name = "Cache"
3
s.summary = "Nothing but cache."
4
- s.version = "4.1.2"
+ s.version = "4.2.0"
5
s.homepage = "https://github.com/hyperoslo/Cache"
6
s.license = 'MIT'
7
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
20
s.frameworks = 'Foundation'
21
22
- s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
+ s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' }
23
end
0 commit comments