diff --git a/Example/FrameLayoutKit.xcworkspace/xcuserdata/namkennic.xcuserdatad/UserInterfaceState.xcuserstate b/Example/FrameLayoutKit.xcworkspace/xcuserdata/namkennic.xcuserdatad/UserInterfaceState.xcuserstate index 197d640..ca80249 100644 Binary files a/Example/FrameLayoutKit.xcworkspace/xcuserdata/namkennic.xcuserdatad/UserInterfaceState.xcuserstate and b/Example/FrameLayoutKit.xcworkspace/xcuserdata/namkennic.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/FrameLayoutKit.podspec b/FrameLayoutKit.podspec index d349845..d38c69f 100644 --- a/FrameLayoutKit.podspec +++ b/FrameLayoutKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'FrameLayoutKit' - s.version = '7.0.1' + s.version = '7.0.2' s.summary = 'FrameLayoutKit is a super fast and easy to use layout kit' s.description = <<-DESC FrameLayoutKit is a powerful Swift library designed to streamline the process of creating user interfaces. With its intuitive operator syntax and support for nested functions, developers can effortlessly construct complex UI layouts with minimal code. By leveraging the flexibility of operators, developers can easily position and arrange views within a container view, enabling precise control over the visual hierarchy. Additionally, the library offers a range of convenient functions for configuring view properties, such as setting dimensions, margins, and alignment. Whether you're building a simple screen or a complex interface, FrameLayoutKit simplifies the UI creation process, resulting in cleaner, more maintainable code.