File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Lightbox"
33 s . summary = "A a convenient and easy to use image viewer for your iOS app, packed with all the features you expect"
4- s . version = "2.4.2 "
4+ s . version = "2.5.0 "
55 s . homepage = "https://github.com/hyperoslo/Lightbox"
66 s . license = 'MIT'
77 s . author = { "Hyper Interaktiv AS" => "[email protected] " } 88 s . source = { :git => "https://github.com/hyperoslo/Lightbox.git" , :tag => s . version . to_s }
99 s . social_media_url = 'https://twitter.com/hyperoslo'
10- s . platform = :ios , '9 .0'
10+ s . platform = :ios , '11 .0'
1111 s . requires_arc = true
1212 s . source_files = 'Source/**/*'
1313 s . ios . resource = 'Resources/Lightbox.bundle'
1414
1515 s . frameworks = 'UIKit' , 'AVFoundation' , 'AVKit'
16- s . dependency 'Imaginary' , '~> 4.3.1 '
16+ s . dependency 'Imaginary' , '~> 5.0.0 '
1717 s . swift_version = '5.0'
1818
1919end
You can’t perform that action at this time.
0 commit comments