aaronbrethorst / MapKit

Promises for Swift & ObjC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PromiseKit MapKit Extensions Build Status

This project adds promises to Apple’s MapKit framework.

CocoaPods

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

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

Carthage

github "PromiseKit/MapKit" ~> 3.0

The extensions are built into their own framework:

// swift
import PromiseKit
import PMKMapKit
// objc
@import PromiseKit;
@import PMKMapKit;

About

Promises for Swift & ObjC


Languages

Language:Swift 62.6%Language:Objective-C 37.4%