-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathSwiftImageCarousel.podspec
15 lines (15 loc) · 1.15 KB
/
SwiftImageCarousel.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "SwiftImageCarousel"
s.version = "1.0.6"
s.summary = "SwiftImageCarousel is a super easy to use, customize and implement image carousel based on UIPageViewController."
s.description = "You are a swift developer and you want an image carousel in your app and you want it fast. You want it to scroll automatically, zoom and you want to be able to customize the little paging control dots. You also want to be able to decide what the content mode of the images will be. Well, you have it now :) Look no further!!
All SwiftImageCarousel needs from you is to supply it with valid image URLs and it is good to go."
s.authors = { "Deyan Aleksandrov" => "[email protected]", "Gavril Tonev" => "[email protected]" }
s.homepage = "https://github.com/Centroida/SwiftImageCarousel"
s.license = "MIT"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/Centroida/SwiftImageCarousel.git", :tag => "#{s.version}" }
s.source_files = "SwiftImageCarousel", "SwiftImageCarousel/**/*.{h,m,swift}"
s.resources = ["SwiftImageCarousel/**/*.storyboard"]
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3' }
end