forked from litt1e-p/LPCarouselView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLPCarouselView.podspec
More file actions
19 lines (17 loc) · 810 Bytes
/
LPCarouselView.podspec
File metadata and controls
19 lines (17 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "LPCarouselView"
s.version = "1.2.5"
s.summary = "Carousel auto scroll view with pageControl which is based on UICollectionView"
s.description = <<-DESC
Carousel auto scroll view with pageControl which is based on UICollectionView and SDWebImage with http/https supports
DESC
s.homepage = "https://github.com/litt1e-p/LPCarouselView"
s.license = { :type => 'MIT' }
s.source = { :git => "https://github.com/litt1e-p/LPCarouselView.git", :tag => '1.2.5' }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'LPCarouselView/*'
s.dependency 'SDWebImage', '~> 3.7.5'
s.frameworks = 'Foundation', 'UIKit'
end