File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 1
- # PromiseKit CoreLocation Extensions ![ Build Status]
1
+ # PromiseKit HomeKit Extensions ![ Build Status]
2
2
3
- This project adds promises to Apple’s MapKit framework.
3
+ This project adds promises to Apple’s HomeKit framework.
4
4
5
5
## CocoaPods
6
6
7
- ``` ruby
8
- pod " PromiseKit/CoreLocation" , " ~> 6.0"
9
- ```
10
-
11
- The extensions are built into ` PromiseKit.framework ` thus nothing else is needed.
7
+ Not currently available
12
8
13
9
## Carthage
14
10
15
11
``` ruby
16
- github " PromiseKit/CoreLocation " ~ > 3 .0
12
+ github " chrischares/PromiseKit-HomeKit " ~ > 1 .0
17
13
```
18
14
19
- The extensions are built into their own framework:
15
+ The extension is built into it's own framework:
20
16
21
17
``` swift
22
18
// swift
23
19
import PromiseKit
24
- import PMKCoreLocation
20
+ import PMKHomeKit
25
21
```
26
22
27
23
``` objc
28
24
// objc
29
25
@import PromiseKit;
30
- @import PMKCoreLocation ;
26
+ @import PMKHomeKit ;
31
27
```
32
28
33
29
34
- [ Build Status ] : https://travis-ci.org/PromiseKit/CoreLocation .svg?branch=master
30
+ [ Build Status ] : https://travis-ci.org/chrischares/PromiseKit-HomeKit .svg?branch=master
You can’t perform that action at this time.
0 commit comments