-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy pathXRCarouselView.podspec
More file actions
21 lines (14 loc) · 740 Bytes
/
XRCarouselView.podspec
File metadata and controls
21 lines (14 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = "XRCarouselView"
s.version = "2.6.1"
s.summary = "史上最简单的图片轮播,可左右滚动与淡入淡出,秒集成,支持gif图片,自带缓存,不依赖任何第三方库"
s.homepage = "https://github.com/codingZero/XRCarouselView"
s.license = "MIT"
s.author = { "codingZero" => "yd13150@vip.qq.com" }
s.social_media_url ="http://www.jianshu.com/users/425e4eed60ca/latest_articles"
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/codingZero/XRCarouselView.git", :tag => s.version }
s.source_files = "XRCarouselView/*.{h,m}"
s.resources = "XRCarouselView/XRPlaceholder.png"
s.requires_arc = true
end