forked from marlimox/AloeStackView
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAloeStackView.podspec
More file actions
Latest commit
12 lines (12 loc) · 549 Bytes
/
Copy pathAloeStackView.podspec
File metadata and controls
12 lines (12 loc) · 549 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Pod::Spec.newdo |s|
s.name='AloeStackView'
s.version='1.1.0'
s.license='Apache License, Version 2.0'
s.summary='A simple class for laying out a collection of views with a convenient API, while leveraging the power of Auto Layout.'
s.homepage='https://github.com/airbnb/AloeStackView'
s.authors='Airbnb'
s.source={:git=>'https://github.com/airbnb/AloeStackView.git',:tag=>"v#{s.version.to_s}"}
s.swift_version='4.2'
s.source_files='Sources/**/*.{swift,h}'
s.ios.deployment_target='9.0'
end