Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 6d34ea0

Browse files
committed
Update readme
1 parent 8c90da2 commit 6d34ea0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
This is a Slack client library for iOS and OS X written in Swift. It's intended to expose all of the functionality of Slack's [Real Time Messaging API](https://api.slack.com/rtm).
55

66
###Installation
7+
####Swift Package Manager (Swift 2.2 and up)
8+
Add SlackKit to your Package.swift
9+
10+
```swift
11+
import PackageDescription
12+
13+
let package = Package(
14+
dependencies: [
15+
.Package(url: "https://github.com/pvzig/SlackKit.git", majorVersion: 0)
16+
]
17+
)
18+
```
19+
20+
Run `swift-build` on your application’s main directory.
21+
722
####CocoaPods
823
Add the pod to your podfile:
924
```

0 commit comments

Comments
 (0)