Skip to content

Commit

Permalink
Bump pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonicek committed Jun 21, 2020
1 parent db30f4c commit 6efafc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ImageSlideshow.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "ImageSlideshow"
s.version = "1.9.0"
s.version = "1.10.0"
s.summary = "Image slideshow written in Swift with circular scrolling, timer and full screen viewer"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -51,6 +51,7 @@ Image slideshow is a Swift library providing customizable image slideshow with c
s.subspec 'Alamofire' do |subspec|
subspec.dependency 'ImageSlideshow/Core'
subspec.dependency 'AlamofireImage', '~> 4.0'
subspec.platform = :ios, '10.0'
subspec.source_files = 'ImageSlideshow/Classes/InputSources/AlamofireSource.swift'
end

Expand Down

0 comments on commit 6efafc1

Please sign in to comment.