Skip to content

Commit

Permalink
Use Swift 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Apr 4, 2018
1 parent 27253e9 commit 4c2a741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
4.0.2
4.1
4 changes: 2 additions & 2 deletions Cache.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Cache"
s.summary = "Nothing but cache."
s.version = "4.1.2"
s.version = "4.2.0"
s.homepage = "https://github.com/hyperoslo/Cache"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }
Expand All @@ -19,5 +19,5 @@ Pod::Spec.new do |s|

s.frameworks = 'Foundation'

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' }
end

0 comments on commit 4c2a741

Please sign in to comment.