Skip to content

Commit f5b1a76

Browse files
authored
Update Cache.podspec
1 parent 3553112 commit f5b1a76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cache.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = "Cache"
33
s.summary = "Nothing but cache."
4-
s.version = "5.3.0"
4+
s.version = "6.0.0"
55
s.homepage = "https://github.com/hyperoslo/Cache"
66
s.license = 'MIT'
77
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
88
s.source = { :git => "https://github.com/hyperoslo/Cache.git", :tag => s.version.to_s }
99
s.social_media_url = 'https://twitter.com/hyperoslo'
1010

11-
s.ios.deployment_target = '8.0'
12-
s.osx.deployment_target = '10.9'
13-
s.tvos.deployment_target = '9.2'
11+
s.ios.deployment_target = '11.0'
12+
s.osx.deployment_target = '10.12'
13+
s.tvos.deployment_target = '11.0'
1414

1515
s.requires_arc = true
1616
s.ios.source_files = 'Source/{iOS,Shared}/**/*'

0 commit comments

Comments
 (0)