Skip to content

Commit f1a836c

Browse files
committed
Update Readme
1 parent 8e2cc2f commit f1a836c

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.markdown

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,30 @@
1-
# PromiseKit CoreLocation Extensions ![Build Status]
1+
# PromiseKit HomeKit Extensions ![Build Status]
22

3-
This project adds promises to Apple’s MapKit framework.
3+
This project adds promises to Apple’s HomeKit framework.
44

55
## CocoaPods
66

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
128

139
## Carthage
1410

1511
```ruby
16-
github "PromiseKit/CoreLocation" ~> 3.0
12+
github "chrischares/PromiseKit-HomeKit" ~> 1.0
1713
```
1814

19-
The extensions are built into their own framework:
15+
The extension is built into it's own framework:
2016

2117
```swift
2218
// swift
2319
import PromiseKit
24-
import PMKCoreLocation
20+
import PMKHomeKit
2521
```
2622

2723
```objc
2824
// objc
2925
@import PromiseKit;
30-
@import PMKCoreLocation;
26+
@import PMKHomeKit;
3127
```
3228

3329

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

0 commit comments

Comments
 (0)