This project adds promises to Apple’s MessagesUI framework.
The Objective-C equivalents of this repo are in the UIKit extensions.
pod "PromiseKit/MessageUI", "~> 6.0"
The extensions are built into PromiseKit.framework
thus nothing else is needed.
github "PromiseKit/MessagesUI" ~> 3.0
The extensions are built into their own framework:
// swift
import PromiseKit
import PMKMessagesUI
// objc
@import PromiseKit;
@import PMKMessagesUI;