# Be sure to run `pod lib lint OverlapStack.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.newdo |s|
s.name='OverlapStack'
s.version='1.0.0'
s.summary='OverlapStack is a SwiftUI library that simplifies creating overlapping layouts.'
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description=<<-DESC
OverlapStack is a SwiftUI library that simplifies creating overlapping layouts. With OverlapHStack and OverlapVStack, you can arrange content in customizable horizontal or vertical overlapping stacks with full control over alignment, arrangement, and spacing.