PromiseKit / AVFoundation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PromiseKit AVFoundation Extensions Build Status

This project adds promises to Apple’s AVFoundation framework.

CococaPods

pod "PromiseKit/AVFoundation" ~> 6.0

The extensions are built into PromiseKit.framework thus nothing else is needed.

Carthage

github "PromiseKit/AVFoundation" ~> 3.0

The extensions are built into their own framework:

// swift
import PromiseKit
import PMKAVFoundation
// objc
@import PromiseKit;
@import PMKAVFoundation;

About

License:MIT License


Languages

Language:Objective-C 59.8%Language:Swift 40.2%