Skip to content

conquests/CoreKit

 
 

Repository files navigation

CoreKit

Ultimate cross platform framework to create appleOS apps.

Usage

You can use CoreKit with the following package managers:

Carthage

echo 'github "corekit/corekit" "master"' >> Cartfile
carthage update

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/CoreKit/CoreKit", .branch("master")),
],

Enjoy. ;)

License

WTFPL

About

Ultimate cross platform framework to create appleOS apps.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Swift 99.8%
  • Other 0.2%