Skip to content

Ultimate cross platform framework to create appleOS apps.

License

Notifications You must be signed in to change notification settings

sdgandhi/CoreKit

 
 

Repository files navigation

CoreKit

Ultimate cross platform framework to create appleOS apps.

Dependencies

  • SwiftLint v0.23.1+

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

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.7%
  • Other 0.3%