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

Commit 35e7ead

Browse files
committed
Merge branch 'master' of https://github.com/pvzig/SlackKit
2 parents 0f896fd + 6007f79 commit 35e7ead

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![SlackKit](https://cloud.githubusercontent.com/assets/8311605/10260893/5ec60f96-694e-11e5-91fd-da6845942201.png)
22

3-
![Swift Version](https://img.shields.io/badge/Swift-3.0.2-orange.svg) ![Plaforms](https://img.shields.io/badge/Platforms-macOS,iOS,tvOS-lightgrey.svg) ![License MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg) [![CocoaPods compatible](https://img.shields.io/badge/CocoaPods-compatible-brightgreen.svg)](https://cocoapods.org) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg)](https://github.com/Carthage/Carthage) [![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
3+
![Swift Version](https://img.shields.io/badge/Swift-3.1.0-orange.svg) ![Plaforms](https://img.shields.io/badge/Platforms-macOS,iOS,tvOS-lightgrey.svg) ![License MIT](https://img.shields.io/badge/License-MIT-lightgrey.svg) [![CocoaPods compatible](https://img.shields.io/badge/CocoaPods-compatible-brightgreen.svg)](https://cocoapods.org) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg)](https://github.com/Carthage/Carthage) [![SwiftPM compatible](https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg)](https://github.com/apple/swift-package-manager)
44
## SlackKit: A Swift Slack Client Library
55
### Description
66

@@ -18,7 +18,7 @@ To build the SlackKit project directly, first build the dependencies using Carth
1818
Add SlackKit to your pod file:
1919
```
2020
use_frameworks!
21-
pod 'SlackKit', '~> 3.1.11'
21+
pod 'SlackKit'
2222
```
2323
and run
2424
```
@@ -30,7 +30,7 @@ pod install
3030

3131
Add SlackKit to your Cartfile:
3232
```
33-
github "https://github.com/pvzig/slackkit.git"
33+
github "pvzig/SlackKit"
3434
```
3535
and run
3636
```

0 commit comments

Comments
 (0)