- Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathAloeStackView.podspec
More file actions
Latest commit
12 lines (12 loc) · 547 Bytes
/
Copy pathAloeStackView.podspec
File metadata and controls
12 lines (12 loc) · 547 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
Pod::Spec.newdo |s|
s.name='AloeStackView'
s.version='1.2.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/marlimox/AloeStackView'
s.authors='Marli Oshlack'
s.source={git: 'https://github.com/marlimox/AloeStackView.git',tag: "v#{s.version}"}
s.swift_version='5.0'
s.source_files='Sources/**/*.{swift,h}'
s.ios.deployment_target='9.0'
end