- Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathSWScrollView.podspec
More file actions
Latest commit
14 lines (14 loc) · 594 Bytes
/
Copy pathSWScrollView.podspec
File metadata and controls
14 lines (14 loc) · 594 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.name="SWScrollView"
s.version="0.0.1"
s.summary="Scroll view like Star Wars opening crawl."
s.license={:type=>'MIT',:file=>'LICENSE.txt'}
s.homepage="https://github.com/somtd/SWScrollView"
s.author={"SOMTD"=>"matsuda-so@kayac.com"}
s.source={:git=>"https://github.com/somtd/SWScrollView.git",:tag=>"0.0.1"}
s.platform=:ios,'5.1'
s.requires_arc=true
s.source_files='SWScrollView/**/*.{h,m}'
s.resources='SWScrollView/**/*.xib'
s.frameworks='QuartzCore'
end