Skip to content

altrooz/AVFoundation

 
 

Repository files navigation

PromiseKit AVFoundation Extensions Build Status

This project adds promises to Apple’s AVFoundation framework.

CococaPods

pod "PromiseKit/AVFoundation" ~> 4.0

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

Carthage

github "PromiseKit/AVFoundation" ~> 1.0

The extensions are built into their own framework:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 59.6%
  • Swift 40.4%