forked from dimix/ImageSlideShow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImageSlideShowSwift.podspec
More file actions
16 lines (16 loc) · 867 Bytes
/
ImageSlideShowSwift.podspec
File metadata and controls
16 lines (16 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = "ImageSlideShowSwift"
s.version = "0.1.5"
s.summary = "A simple Swift 4 Slideshow for iOS"
s.description = "ImageSlideShow is a simple Slideshow for images (Picture, Photos) for your apps written in Swift 4."
s.homepage = "https://github.com/dimix/ImageSlideShow"
s.screenshots = "https://raw.githubusercontent.com/dimix/ImageSlideShow/master/demo.gif"
s.license = "MIT"
s.author = { "Dimitri Giani" => "dimitri.giani@gmail.com" }
s.platform = :ios, "9.0"
s.ios.deployment_target = "9.3"
s.source = { :git => "https://github.com/dimix/ImageSlideShow.git", :tag => "#{s.version}" }
s.source_files = "Classes", "Sources/ImageSlideShow/**/**/*.{swift}"
s.resources = "Sources/ImageSlideShow/Storyboard/*.{png,jpeg,jpg,storyboard,xib}"
s.framework = "UIKit"
end