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.