Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

CoreKit/Promises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreKit Promises

It's just another Promise library that works on all the Apple operating systems plus on linux.

Installation

CocoaPods

source 'https://github.com/CoreKit/CocoaPods.git'
pod 'Promises'

SPM

.package(url: "https://github.com/CoreKit/Promises.git", from: "1.0.0"),

Carthage

github "CoreKit/Promises" "1.0.0"

Pod cheatsheet

pod lib lint Promises.podspec
git tag 1.0.0 && git push --tags #or new release though github
pod repo push corekit Promises.podspec

License

WTFPL - Do what the fuck you want to.