Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 742 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 742 Bytes

venuz banner

Venuz

Desing system component to create user interfaces with flexibility and style in every composition.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

Venuz is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Venuz' # Using this to install all features

#or

pod 'Venuz/UIKit' # Using the /UIKit to import only the features to use UIKit

#or

pod 'Venuz/SwiftUI' # Using the /SwiftUI to import only the features to use SwiftUI

License

Venuz is available under the MIT license. See the LICENSE file for more info.