Skip to content

Commit 2cac1cf

Browse files
authored
Update Lightbox.podspec
1 parent 9189186 commit 2cac1cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lightbox.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
Pod::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

1919
end

0 commit comments

Comments
 (0)