This project adds promises to Apple’s AVFoundation framework.
pod "PromiseKit/AVFoundation" ~> 4.0The extensions are built into PromiseKit.framework thus nothing else is needed.
github "PromiseKit/AVFoundation" ~> 1.0The extensions are built into their own framework:
// swift
import PromiseKit
import PMKAVFoundation// objc
@import PromiseKit;
@import PMKAVFoundation;