File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Pod ::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" => "ios@hyper.no" }
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'
You can’t perform that action at this time.
0 commit comments