- Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathScrollableStackView.podspec
More file actions
Latest commit
18 lines (15 loc) · 998 Bytes
/
Copy pathScrollableStackView.podspec
File metadata and controls
18 lines (15 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |s|
s.name='ScrollableStackView'
s.version='1.0.4'
s.summary='Scrollable UIStackView. Scroll your stack view with a smile up on your face. Written in Swift 3. Used Apple s pure auto layout.'
s.description=<<-DESC
Scrollable UIStackView. Scroll your stack view with a smile up on your face. Written in Swift 3. Used Apple s pure auto layout. If you need to use UIStackView scrollable (like UIScrollView) this is the right library for you. Objective-C and Swift compatible!
DESC
s.homepage='https://github.com/gurhub/ScrollableStackView'
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={'Gürhan Yerlikaya'=>'gurhanyerlikaya@gmail.com'}
s.source={:git=>'https://github.com/gurhub/ScrollableStackView.git',:tag=>s.version.to_s}
s.ios.deployment_target='10.0'
s.source_files='ScrollableStackView/Classes/**/*'
s.pod_target_xcconfig={'SWIFT_VERSION'=>'3.1.0'}
end