- Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathXRCarouselView.podspec
More file actions
Latest commit
21 lines (14 loc) · 740 Bytes
/
Copy pathXRCarouselView.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.newdo |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