PMKFoundation

4.0.0

Promises for Swift & ObjC
PromiseKit/Foundation

What's New

4.0.0

2023-11-14T20:01:35Z
  • Update to PMK 8

PromiseKit Foundation Extensions Build Status

This project adds promises to the Swift Foundation framework.

We support iOS, tvOS, watchOS, macOS and Linux, Swift 3.2 and above.

CococaPods

pod "PromiseKit/Foundation", "~> 6.0"

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

Carthage

Note we can no longer support Swift 3 with Carthage due to Xcode 10.2 dropping it and our only being able to provide a single .xcodeproj.

github "PromiseKit/Foundation" ~> 3.0

The extensions are built into their own framework:

// swift
import PromiseKit
import PMKFoundation
// objc
@import PromiseKit;
@import PMKFoundation;

SwiftPM

package.dependencies.append(.package(url: "https://github.com/PromiseKit/Foundation.git", from: "3.0.0"))

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

Last updated: Sat Apr 13 2024 00:45:01 GMT-0900 (Hawaii-Aleutian Daylight Time)