Skip to content

Swift package manager package for shared DCUI schema types

License

Notifications You must be signed in to change notification settings

ROKT/dcui-swift-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcui-swift-schema

Swift package manager package for shared DCUI schema types. It contains the definitions of layout schema models, nodes and styles which can be utilized by Rokt libraries

Installation

To install dcui-swift-schema, add the following dependency to your Package.swift file:

dependencies: [
    .package(url: "https://github.com/ROKT/dcui-swift-schema.git", from: "2.0.0")
]

Then, add DcuiSchema to your target's dependencies:

targets: [
    .target(
        name: "YourTargetName",
        dependencies: ["DcuiSchema"]),
]

Usage

Import the DcuiSchema module in your Swift files:

import DcuiSchema  

Use the schema types as needed

About

Swift package manager package for shared DCUI schema types

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages