Skip to content

SyrupMG/Thoth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thoth

Installation

Thoth can be installed using Swift Package Manager (SPM). To do this, add the following package to your Package.swift:

dependencies: [
    .package(url: "https://github.com/SyrupMG/Thoth.git", from: "2.0.0")
]

Then, add it as a dependency to your target:

.target(
    name: "YourTarget",
    dependencies: ["Thoth"]
)

If you’re using Xcode to manage your dependencies, simply add the Thoth repository via File > Swift Packages > Add Package Dependency and paste the URL:

https://github.com/SyrupMG/Thoth.git

Author

tm, TMalysheva@ctcmedia.ru

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages