Skip to content

Commit 4c2a741

Browse files
committed
Use Swift 4.1
1 parent 27253e9 commit 4c2a741

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.1

Cache.podspec

Lines changed: 2 additions & 2 deletions
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 = "4.1.2"
4+
s.version = "4.2.0"
55
s.homepage = "https://github.com/hyperoslo/Cache"
66
s.license = 'MIT'
77
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919

2020
s.frameworks = 'Foundation'
2121

22-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
22+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' }
2323
end

0 commit comments

Comments
 (0)