We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8766058 commit 69f1415Copy full SHA for 69f1415
README.markdown
@@ -5,15 +5,15 @@ This project adds promises to Apple’s MapKit framework.
5
## CocoaPods
6
7
```ruby
8
-pod "PromiseKit/MapKit", "~> 4.0"
+pod "PromiseKit/MapKit", "~> 6.0"
9
```
10
11
The extensions are built into `PromiseKit.framework` thus nothing else is needed.
12
13
## Carthage
14
15
16
-github "PromiseKit/MapKit" ~> 1.0
+github "PromiseKit/MapKit" ~> 3.0
17
18
19
The extensions are built into their own framework:
0 commit comments