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 3553112 commit f5b1a76Copy full SHA for f5b1a76
Cache.podspec
@@ -1,16 +1,16 @@
1
Pod::Spec.new do |s|
2
s.name = "Cache"
3
s.summary = "Nothing but cache."
4
- s.version = "5.3.0"
+ s.version = "6.0.0"
5
s.homepage = "https://github.com/hyperoslo/Cache"
6
s.license = 'MIT'
7
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
8
s.source = { :git => "https://github.com/hyperoslo/Cache.git", :tag => s.version.to_s }
9
s.social_media_url = 'https://twitter.com/hyperoslo'
10
11
- s.ios.deployment_target = '8.0'
12
- s.osx.deployment_target = '10.9'
13
- s.tvos.deployment_target = '9.2'
+ s.ios.deployment_target = '11.0'
+ s.osx.deployment_target = '10.12'
+ s.tvos.deployment_target = '11.0'
14
15
s.requires_arc = true
16
s.ios.source_files = 'Source/{iOS,Shared}/**/*'
0 commit comments