Skip to content

Commit 6f95417

Browse files
authored
Update Imaginary.podspec
1 parent c7be321 commit 6f95417

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Imaginary.podspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
Pod::Spec.new do |s|
22
s.name = "Imaginary"
33
s.summary = "Remote images, as easy as one, two, three."
4-
s.version = "4.3.1"
4+
s.version = "5.0.0"
55
s.homepage = "https://github.com/hyperoslo/Imaginary"
66
s.license = 'MIT'
77
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
88
s.source = { :git => "https://github.com/hyperoslo/Imaginary.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.10'
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 = 'Sources/{iOS,Shared}/**/*'
1717
s.osx.source_files = 'Sources/{Mac,Shared}/**/*'
1818
s.tvos.source_files = 'Sources/{iOS,Shared}/**/*'
1919

2020
s.frameworks = 'Foundation'
21-
s.dependency 'Cache', '~> 5.3.0'
21+
s.dependency 'Cache', '~> 6.0.0'
2222

2323
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
2424
s.swift_version = '5.0'

0 commit comments

Comments
 (0)