Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 415 Bytes

File metadata and controls

29 lines (18 loc) · 415 Bytes

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