Skip to content

Commit 427ee1c

Browse files
authored
Update Cache.podspec
1 parent 181ba93 commit 427ee1c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Cache.podspec

Lines changed: 2 additions & 4 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 = "5.2.0"
4+
s.version = "5.3.0"
55
s.homepage = "https://github.com/hyperoslo/Cache"
66
s.license = 'MIT'
77
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
@@ -16,9 +16,7 @@ Pod::Spec.new do |s|
1616
s.ios.source_files = 'Source/{iOS,Shared}/**/*'
1717
s.osx.source_files = 'Source/{Mac,Shared}/**/*'
1818
s.tvos.source_files = 'Source/{iOS,Shared}/**/*'
19-
19+
2020
s.frameworks = 'Foundation'
21-
22-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
2321
s.swift_version = '5.0'
2422
end

0 commit comments

Comments
 (0)