Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artman authored Nov 1, 2017
1 parent 0ac8217 commit ca4f61c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Signals is a library for creating and observing events. It replaces delegates, a
## Requirements

- iOS 7.0 / watchOS 2.0 / Mac OS X 10.9
- Swift 3.0
- Swift 4.0 (Swift 3 support available in olde releases)

## Installation

Expand All @@ -33,15 +33,15 @@ To integrate Signals into your project add the following to your `Podfile`:
platform :ios, '8.0'
use_frameworks!

pod 'Signals', '~> 4.0'
pod 'Signals', '~> 5.0'
```

#### Carthage

To integrate Signals into your project using Carthage add the following to your `Cartfile`:

```ruby
github "artman/Signals" ~> 4.0
github "artman/Signals" ~> 5.0
```

## Quick start
Expand Down

0 comments on commit ca4f61c

Please sign in to comment.