- Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathImagePlayerView.podspec
More file actions
Latest commit
24 lines (15 loc) · 783 Bytes
/
Copy pathImagePlayerView.podspec
File metadata and controls
24 lines (15 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.newdo |s|
s.name="ImagePlayerView"
s.version="2.0.3"
s.summary="Show a group of images in view"
s.description='Show a group of images in view, only few code to support. Support UIPageControl, auto scroll.'
s.homepage="https://github.com/interchen/ImagePlayerView"
s.screenshots="https://github.com/interchen/ImagePlayerView/blob/master/endless.gif"
s.license='MIT'
s.author={"Chen Yanjun"=>"inter.chen@gmail.com"}
s.social_media_url="https://twitter.com/azhunchen"
s.ios.deployment_target='6.0'
s.source={:git=>"https://github.com/interchen/ImagePlayerView.git",:tag=>s.version}
s.source_files='ImagePlayerView/*.{h,m}'
s.requires_arc=true
end